diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2013-11-15 18:13:52 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2013-11-15 18:13:52 +0800 |
commit | 590cff907c4973db08470a25362d9e3cd798dfa7 (patch) | |
tree | cf11e545f20a80f99bfc5708851680b1a8af42ae /devel | |
parent | 3e8139998b6d494338d4a99fab477df88bc254d9 (diff) | |
download | freebsd-ports-gnome-590cff907c4973db08470a25362d9e3cd798dfa7.tar.gz freebsd-ports-gnome-590cff907c4973db08470a25362d9e3cd798dfa7.tar.zst freebsd-ports-gnome-590cff907c4973db08470a25362d9e3cd798dfa7.zip |
- Use = instead of +=
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> |