diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-07-20 15:33:20 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-07-20 15:33:20 +0000 |
commit | e50dc2a33659f6b4119906eca4efb0e803b64bfb (patch) | |
tree | d74ba65fed8db0fd098d71428aebd9af6e665d09 /security/tripwire | |
parent | 699288db85300808717293ff894f66a1b6091b29 (diff) | |
download | ports-e50dc2a33659f6b4119906eca4efb0e803b64bfb.tar.gz ports-e50dc2a33659f6b4119906eca4efb0e803b64bfb.zip |
Notes
Diffstat (limited to 'security/tripwire')
-rw-r--r-- | security/tripwire/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/tripwire/Makefile b/security/tripwire/Makefile index 13b62796f208..1c2624d6aa8a 100644 --- a/security/tripwire/Makefile +++ b/security/tripwire/Makefile @@ -139,7 +139,7 @@ make-pkg-install: @ ${ECHO_CMD} 'esac' >> ${PKGPOSTINSTALL} @ ${ECHO_CMD} PACKAGE_INSTALLER=yes >> ${PKGPOSTINSTALL} @ ${ECHO_CMD} POLICYSRC=/tmp/$$$$.tmp >> ${PKGPOSTINSTALL} - @ ${ECHO_CMD} PREFIX="$(PREFIX)" >> ${PKGPOSTINSTALL} + @ ${ECHO_CMD} PREFIX="${PREFIX}" >> ${PKGPOSTINSTALL} @ ${ECHO_CMD} DO_NOT_CONFIG=yes >> ${PKGPOSTINSTALL} @ ${ECHO_CMD} TW_CLOBBER="false" >> ${PKGPOSTINSTALL} @ ${ECHO_CMD} TW_PROMPT="false" >> ${PKGPOSTINSTALL} |