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:
@@ -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}
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user