1
0
mirror of https://git.freebsd.org/ports.git synced 2026-06-02 11:08:52 +00:00

security/tripwire: Add twtest back

9282b88194 removed twtest as though it was built, it was not installed
by default. We now install it out-of-bounds.

MFH:	2025Q4
This commit is contained in:
Cy Schubert
2025-11-24 13:48:20 -08:00
parent 5563ffe84f
commit 63f35fc38d
2 changed files with 6 additions and 2 deletions
+5 -2
View File
@@ -1,6 +1,6 @@
PORTNAME= tripwire
PORTVERSION= 2.4.3.8
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= security
MAINTAINER= cy@FreeBSD.org
@@ -180,7 +180,10 @@ create-database:
.endif
.endif
post-install: install-config-files create-database make-pkg-install
install-twtest:
@ cd ${WRKSRC}/src/twtest && DESTDIR=${STAGEDIR} ${MAKE_CMD} install
post-install: install-twtest install-config-files create-database make-pkg-install
${INSTALL_DATA} ${WRKSRC}/COPYING ${STAGEDIR}${DOCSDIR}
@ ${RMDIR} ${STAGEDIR}${PREFIX}/man || ${TRUE}
+1
View File
@@ -9,6 +9,7 @@ share/man/man8/twprint.8.gz
sbin/tripwire
sbin/twadmin
sbin/twprint
sbin/twtest
sbin/siggen
share/doc/tripwire/COMMERCIAL
share/doc/tripwire/COPYING