diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-11-15 10:13:52 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-11-15 10:13:52 +0000 |
commit | fde5e47ab1c823963068eabb95591fb7f69a9f1c (patch) | |
tree | cf11e545f20a80f99bfc5708851680b1a8af42ae /devel | |
parent | 208a54860ee1cb87dd395568e3a5efa38e7c37e5 (diff) |
Notes
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-Dir-Project/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/p5-Dir-Project/Makefile b/devel/p5-Dir-Project/Makefile index ee1d426c4078..7f8cc170263e 100644 --- a/devel/p5-Dir-Project/Makefile +++ b/devel/p5-Dir-Project/Makefile @@ -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> |