svn commit: r336672 - head/security/tripwire

Baptiste Daroussin bapt at FreeBSD.org
Mon Dec 16 22:02:33 UTC 2013


Author: bapt
Date: Mon Dec 16 22:02:32 2013
New Revision: 336672
URL: http://svnweb.freebsd.org/changeset/ports/336672

Log:
  Fix another useless and redundant test that is now broken
  
  Reported by:	Peter Looyenga <pl at catslair.org>, jhellenthal at dataix.net

Modified:
  head/security/tripwire/Makefile

Modified: head/security/tripwire/Makefile
==============================================================================
--- head/security/tripwire/Makefile	Mon Dec 16 22:01:40 2013	(r336671)
+++ head/security/tripwire/Makefile	Mon Dec 16 22:02:32 2013	(r336672)
@@ -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-head mailing list