[Midnightbsd-cvs] [MidnightBSD/mports] 43d39e: www/tdiary: fix package creation failure - use FAK...
Lucas Holt
noreply at github.com
Mon May 11 09:12:51 EDT 2026
Branch: refs/heads/master
Home: https://github.com/MidnightBSD/mports
Commit: 43d39eaeef83aa7d05796ecb2eb3fe145df01d14
https://github.com/MidnightBSD/mports/commit/43d39eaeef83aa7d05796ecb2eb3fe145df01d14
Author: Lucas Holt <luke at foolishgames.com>
Date: 2026-05-11 (Mon, 11 May 2026)
Changed paths:
M www/tdiary/Makefile
Log Message:
-----------
www/tdiary: fix package creation failure - use FAKE_DESTDIR in DOCS install
do-install-DOCS-on is called from the fake sequence without FAKE_SETUP,
so PREFIX is the real /usr/local, not the staged path. Docs were being
installed to the live filesystem instead of the staging directory, causing
mport.create to fail when it could not find them in FAKE_DESTDIR.
Use ${FAKE_DESTDIR}${DOCSDIR} explicitly, following the established pattern
used by other ports (archivers/7-zip, archivers/xdms, etc.).
Also add INSTALL-cgi and INSTALL-rack to DOCFILES; both exist in 5.4.0.
AI-Assisted-by: Claude Sonnet 4.6 <noreply at anthropic.com>
Signed-off-by: Lucas Holt <luke at foolishgames.com>
To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications
More information about the Midnightbsd-cvs
mailing list