svn commit: r336674 - branches/2014Q1/security/tripwire
Baptiste Daroussin
bapt at FreeBSD.org
Mon Dec 16 22:13:37 UTC 2013
Author: bapt
Date: Mon Dec 16 22:13:36 2013
New Revision: 336674
URL: http://svnweb.freebsd.org/changeset/ports/336674
Log:
MFH: r336672
Fix another useless and redundant test that is now broken
Reported by: Peter Looyenga <pl at catslair.org>, jhellenthal at dataix.net
Modified:
branches/2014Q1/security/tripwire/Makefile
Directory Properties:
branches/2014Q1/ (props changed)
Modified: branches/2014Q1/security/tripwire/Makefile
==============================================================================
--- branches/2014Q1/security/tripwire/Makefile Mon Dec 16 22:07:24 2013 (r336673)
+++ branches/2014Q1/security/tripwire/Makefile Mon Dec 16 22:13:36 2013 (r336674)
@@ -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
More information about the svn-ports-all
mailing list