diff options
author | mat <mat@FreeBSD.org> | 2016-07-20 23:32:50 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2016-07-20 23:32:50 +0800 |
commit | 3152a538183a1b60ad1cc78f4daf75bf3776cbfb (patch) | |
tree | a7471fe43a3ac06ec397a8606366dddfae54dac4 | |
parent | d0bf5a09ac39dfcd1e7a89740a9692971d8bb9f0 (diff) | |
download | freebsd-ports-graphics-3152a538183a1b60ad1cc78f4daf75bf3776cbfb.tar.gz freebsd-ports-graphics-3152a538183a1b60ad1cc78f4daf75bf3776cbfb.tar.zst freebsd-ports-graphics-3152a538183a1b60ad1cc78f4daf75bf3776cbfb.zip |
Remove unused variable.
(It is redefined two lines below.)
Sponsored by: Absolight
-rw-r--r-- | security/tripwire/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/security/tripwire/Makefile b/security/tripwire/Makefile index 95ef6d43c13..13b62796f20 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} |