Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 Dec 2013 22:13:36 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r336674 - branches/2014Q1/security/tripwire
Message-ID:  <201312162213.rBGMDaSS044433@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@catslair.org>, jhellenthal@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201312162213.rBGMDaSS044433>