svn commit: r418839 - head/security/tripwire
Mathieu Arnold
mat at FreeBSD.org
Wed Jul 20 15:32:51 UTC 2016
Author: mat
Date: Wed Jul 20 15:32:50 2016
New Revision: 418839
URL: https://svnweb.freebsd.org/changeset/ports/418839
Log:
Remove unused variable.
(It is redefined two lines below.)
Sponsored by: Absolight
Modified:
head/security/tripwire/Makefile (contents, props changed)
Modified: head/security/tripwire/Makefile
==============================================================================
--- head/security/tripwire/Makefile Wed Jul 20 15:10:01 2016 (r418838)
+++ head/security/tripwire/Makefile Wed Jul 20 15:32:50 2016 (r418839)
@@ -143,7 +143,6 @@ make-pkg-install:
@ ${ECHO_CMD} DO_NOT_CONFIG=yes >> ${PKGPOSTINSTALL}
@ ${ECHO_CMD} TW_CLOBBER="false" >> ${PKGPOSTINSTALL}
@ ${ECHO_CMD} TW_PROMPT="false" >> ${PKGPOSTINSTALL}
- @ ${ECHO_CMD} sysconfdir="$(sysconfdir)" >> ${PKGPOSTINSTALL}
@ ${ECHO_CMD} prefix=${PREFIX} >> ${PKGPOSTINSTALL}
@ ${ECHO_CMD} sysconfdir=${TWCFG} >> ${PKGPOSTINSTALL}
@ ${ECHO_CMD} path_to_vi="/usr/bin/vi" >> ${PKGPOSTINSTALL}
More information about the svn-ports-head
mailing list