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:
Cy Schubert
2025-11-24 13:37:01 -08:00
parent df3bd1e3c5
commit 5563ffe84f
+1
View File
@@ -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>