svn commit: r504562 - head/devel/p5-Locale-PO

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Wed Jun 19 16:53:05 UTC 2019


Author: sunpoet
Date: Wed Jun 19 16:53:02 2019
New Revision: 504562
URL: https://svnweb.freebsd.org/changeset/ports/504562

Log:
  Use = instead of +=

Modified:
  head/devel/p5-Locale-PO/Makefile
  head/devel/p5-Locale-PO/pkg-descr

Modified: head/devel/p5-Locale-PO/Makefile
==============================================================================
--- head/devel/p5-Locale-PO/Makefile	Wed Jun 19 16:52:57 2019	(r504561)
+++ head/devel/p5-Locale-PO/Makefile	Wed Jun 19 16:53:02 2019	(r504562)
@@ -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>

Modified: head/devel/p5-Locale-PO/pkg-descr
==============================================================================
--- head/devel/p5-Locale-PO/pkg-descr	Wed Jun 19 16:52:57 2019	(r504561)
+++ head/devel/p5-Locale-PO/pkg-descr	Wed Jun 19 16:53:02 2019	(r504562)
@@ -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


More information about the svn-ports-all mailing list