aboutsummaryrefslogtreecommitdiff
path: root/security/tripwire
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-12-16 22:02:32 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-12-16 22:02:32 +0000
commit3b4433181009287664f270da576fefa6465aff07 (patch)
tree4c9aa510a341649573192b0b2ae9f820c72e6856 /security/tripwire
parent2fc30ab028c53a07661589daf811a1c0002b99d7 (diff)
downloadports-3b4433181009287664f270da576fefa6465aff07.tar.gz
ports-3b4433181009287664f270da576fefa6465aff07.zip
Fix another useless and redundant test that is now broken
Reported by: Peter Looyenga <pl@catslair.org>, jhellenthal@dataix.net
Notes
Notes: svn path=/head/; revision=336672
Diffstat (limited to 'security/tripwire')
-rw-r--r--security/tripwire/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/tripwire/Makefile b/security/tripwire/Makefile
index 35bd41b5a2ac..ae8492b193f8 100644
--- a/security/tripwire/Makefile
+++ b/security/tripwire/Makefile
@@ -119,7 +119,7 @@ install-config-files:
.ifdef PACKAGE_BUILDING
@ cd ${WRKSRC} && PREFIX=${PREFIX} TW_CLOBBER=${TW_CLOBBER} DO_NOT_CONFIG="yes" TW_PROMPT="false" ${GMAKE} install-data-hook
.else
-.if ${PORT_OPTIONS:MSW_ONLY} && ${WITH_SW_ONLY} == "true"
+.if ${PORT_OPTIONS:MSW_ONLY}
@ cd ${WRKSRC} && PREFIX=${PREFIX} TW_CLOBBER=${TW_CLOBBER} DO_NOT_CONFIG="yes" TW_PROMPT="false" ${GMAKE} install-data-hook
.else
@ cd ${WRKSRC} && PREFIX=${PREFIX} TW_CLOBBER=${TW_CLOBBER} TW_PROMPT=${TW_PROMPT} ${GMAKE} install-data-hook