Date: Fri, 15 Nov 2013 10:13:52 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r333838 - head/devel/p5-Dir-Project Message-ID: <201311151013.rAFADqYY055383@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201311151013.rAFADqYY055383>