Date: Mon, 16 Dec 2013 22:02:32 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r336672 - head/security/tripwire Message-ID: <201312162202.rBGM2WaG040160@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@catslair.org>, jhellenthal@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201312162202.rBGM2WaG040160>