1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-05 11:35:01 +00:00

Use = instead of +=

This commit is contained in:
Sunpoet Po-Chuan Hsieh 2019-06-19 16:53:02 +00:00
parent cae04b53f0
commit 1293ca7708
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=504562
2 changed files with 5 additions and 4 deletions

View File

@ -17,7 +17,8 @@ TEST_DEPENDS= p5-File-Slurp>=0:devel/p5-File-Slurp
USES= perl5
USE_PERL5= configure
CONFIGURE_ENV+= LOCALBASE=${LOCALBASE}
CONFIGURE_ENV= LOCALBASE=${LOCALBASE}
NO_ARCH= yes
.include <bsd.port.mk>

View File

@ -1,5 +1,5 @@
This module provides methods for manipulating objects that represent
entries in a gettext po-file (untranslated and translated strings, with
associated comments). It can load and save complete po-files.
This module provides methods for manipulating objects that represent entries in
a gettext po-file (untranslated and translated strings, with associated
comments). It can load and save complete po-files.
WWW: https://metacpan.org/release/Locale-PO