summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2016-07-20 15:32:50 +0000
committerMathieu Arnold <mat@FreeBSD.org>2016-07-20 15:32:50 +0000
commit699288db85300808717293ff894f66a1b6091b29 (patch)
treea7471fe43a3ac06ec397a8606366dddfae54dac4
parentUpdate to 4.90E. (diff)
Remove unused variable.
(It is redefined two lines below.) Sponsored by: Absolight
Notes
Notes: svn path=/head/; revision=418839
-rw-r--r--security/tripwire/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/security/tripwire/Makefile b/security/tripwire/Makefile
index 95ef6d43c133..13b62796f208 100644
--- a/security/tripwire/Makefile
+++ b/security/tripwire/Makefile
@@ -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}