svn commit: r383781 - head/devel/p5-POE-Loop-Glib

Mathieu Arnold mat at FreeBSD.org
Sat Apr 11 08:30:23 UTC 2015


Author: mat
Date: Sat Apr 11 08:30:21 2015
New Revision: 383781
URL: https://svnweb.freebsd.org/changeset/ports/383781

Log:
  This needs Module::Build, while there, remove an unnecessary add to PLIST_SUB.
  
  Sponsored by:	Absolight

Modified:
  head/devel/p5-POE-Loop-Glib/Makefile

Modified: head/devel/p5-POE-Loop-Glib/Makefile
==============================================================================
--- head/devel/p5-POE-Loop-Glib/Makefile	Sat Apr 11 08:28:39 2015	(r383780)
+++ head/devel/p5-POE-Loop-Glib/Makefile	Sat Apr 11 08:30:21 2015	(r383781)
@@ -18,9 +18,8 @@ BUILD_DEPENDS=	p5-POE>=1.288:${PORTSDIR}
 		p5-Glib2>=1.222:${PORTSDIR}/devel/p5-Glib2
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
-PLIST_SUB=	EXAMPLESDIR="share/examples/${PORTNAME}"
 USES=		perl5
-USE_PERL5=	configure
+USE_PERL5=	modbuild
 
 OPTIONS_DEFINE=	EXAMPLES
 


More information about the svn-ports-head mailing list