svn commit: r333838 - head/devel/p5-Dir-Project

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Fri Nov 15 10:13:52 UTC 2013


Author: sunpoet
Date: Fri Nov 15 10:13:52 2013
New Revision: 333838
URL: http://svnweb.freebsd.org/changeset/ports/333838

Log:
  - Use = instead of +=

Modified:
  head/devel/p5-Dir-Project/Makefile

Modified: head/devel/p5-Dir-Project/Makefile
==============================================================================
--- head/devel/p5-Dir-Project/Makefile	Fri Nov 15 10:13:08 2013	(r333837)
+++ head/devel/p5-Dir-Project/Makefile	Fri Nov 15 10:13:52 2013	(r333838)
@@ -15,6 +15,6 @@ LICENSE_COMB=	dual
 
 USES=		perl5
 USE_PERL5=	configure
-CONFIGURE_ENV+=	DIRPROJECT_PREFIX=${PREFIX}
+CONFIGURE_ENV=	DIRPROJECT_PREFIX=${PREFIX}
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list