svn commit: r346965 - head/mail/p5-Mail-SpamAssassin-Alt

Antoine Brodin antoine at FreeBSD.org
Mon Mar 3 20:51:15 UTC 2014


Author: antoine
Date: Mon Mar  3 20:51:14 2014
New Revision: 346965
URL: http://svnweb.freebsd.org/changeset/ports/346965
QAT: https://qat.redports.org/buildarchive/r346965/

Log:
  Unbreak after master port was staged

Modified:
  head/mail/p5-Mail-SpamAssassin-Alt/Makefile

Modified: head/mail/p5-Mail-SpamAssassin-Alt/Makefile
==============================================================================
--- head/mail/p5-Mail-SpamAssassin-Alt/Makefile	Mon Mar  3 20:48:15 2014	(r346964)
+++ head/mail/p5-Mail-SpamAssassin-Alt/Makefile	Mon Mar  3 20:51:14 2014	(r346965)
@@ -13,7 +13,6 @@ OPTIONS_DEFINE=	AWL FREEMAIL
 AWL_DESC=	Auto WhiteList support
 FREEMAIL_DESC=	Disable FreeMail support
 
-NO_STAGE=	yes
 post-patch-script:
 	if [ -n "${PORT_OPTIONS:MAWL}" ]; then ${REINPLACE_CMD} -e '/AWL/s/^#loadplugin/loadplugin/' ${WRKSRC}/rules/v310.pre ; fi
 	if [ -n "${PORT_OPTIONS:MFREEMAIL}" ]; then ${REINPLACE_CMD} -e '/FreeMail/s/^loadplugin/#loadplugin/' ${WRKSRC}/rules/v330.pre ; fi


More information about the svn-ports-head mailing list