mirror of
https://github.com/netbirdio/FreeBSD-ports.git
synced 2026-05-22 18:42:42 -07:00
security/tripwire: Fix manual build
When building by hand ${PREFIX}/man with no subdirectories is created.
A less invasive fix is to remove the directory after the fact but before
packaging.
MFH: 2025Q4
This commit is contained in:
@@ -182,5 +182,6 @@ create-database:
|
||||
|
||||
post-install: install-config-files create-database make-pkg-install
|
||||
${INSTALL_DATA} ${WRKSRC}/COPYING ${STAGEDIR}${DOCSDIR}
|
||||
@ ${RMDIR} ${STAGEDIR}${PREFIX}/man || ${TRUE}
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
||||
Reference in New Issue
Block a user