1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-08 06:48:28 +00:00

- Use = instead of +=

This commit is contained in:
Sunpoet Po-Chuan Hsieh 2013-11-15 10:13:52 +00:00
parent 208a54860e
commit fde5e47ab1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=333838

View File

@ -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>