summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCy Schubert <cy@FreeBSD.org>2012-01-26 21:21:51 +0000
committerCy Schubert <cy@FreeBSD.org>2012-01-26 21:21:51 +0000
commit8fdb4275f9f83c67b0e55de857937dd138bfd261 (patch)
treef70a5aa360743cd2096dfea58b1245a5833e7fc0
parent- Update to 3.54 (diff)
Fix typo.
-rw-r--r--security/tripwire/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/tripwire/Makefile b/security/tripwire/Makefile
index c38da3f2b165..80c83071f016 100644
--- a/security/tripwire/Makefile
+++ b/security/tripwire/Makefile
@@ -95,7 +95,7 @@ install-config-files:
.ifdef PACKAGE_BUILDING
@ cd ${WRKSRC} && PREFIX=${PREFIX} DO_NOT_CONFIG=yes TRIPWIRE_CLOBBER=${TRIPWIRE_CLOBBER} TRIPWIRE_PROMPT="false" ${GMAKE} install-data-hook
.else
- @ cd ${WRKSRC} && PREFIX=${PREFIX} TRIPWIRE_CLOBBER=${TRIPWIRE_CLOBBER} TRIPWIRE_PROMPT=${TRIPWIRE_PROMPT) ${GMAKE} install-data-hook
+ @ cd ${WRKSRC} && PREFIX=${PREFIX} TRIPWIRE_CLOBBER=${TRIPWIRE_CLOBBER} TRIPWIRE_PROMPT=${TRIPWIRE_PROMPT} ${GMAKE} install-data-hook
.endif
make-pkg-install: