svn commit: r397234 - head/devel/p5-Term-EditLine

Emanuel Haupt ehaupt at FreeBSD.org
Fri Sep 18 13:41:49 UTC 2015


Author: ehaupt
Date: Fri Sep 18 13:41:47 2015
New Revision: 397234
URL: https://svnweb.freebsd.org/changeset/ports/397234

Log:
  Set correct PORTSCOUT variable.

Modified:
  head/devel/p5-Term-EditLine/Makefile

Modified: head/devel/p5-Term-EditLine/Makefile
==============================================================================
--- head/devel/p5-Term-EditLine/Makefile	Fri Sep 18 12:44:31 2015	(r397233)
+++ head/devel/p5-Term-EditLine/Makefile	Fri Sep 18 13:41:47 2015	(r397234)
@@ -17,7 +17,7 @@ USE_PERL5=	configure
 
 # new upstream author added myriads of his own perl modules as dependencies
 # in new releases. those dependencies come with no additional value.
-PORTSCOUT=	ignore
+PORTSCOUT=	ignore:1
 
 post-install:
 	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Term/EditLine/EditLine.so


More information about the svn-ports-all mailing list