pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Use LANG variable.



Module Name:	pkgsrc-wip
Committed By:	Sergey A. Osokin <osa%FreeBSD.org@localhost>
Pushed By:	osa
Date:		Tue Nov 17 12:03:33 2020 -0500
Changeset:	eea9212f79ec69676665d4c3ff58e7ded7d8a363

Modified Files:
	unit-perl/Makefile

Log Message:
Use LANG variable.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=eea9212f79ec69676665d4c3ff58e7ded7d8a363

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 unit-perl/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diffs:
diff --git a/unit-perl/Makefile b/unit-perl/Makefile
index 66b15ea602..f9e231677c 100644
--- a/unit-perl/Makefile
+++ b/unit-perl/Makefile
@@ -13,7 +13,7 @@ USE_TOOLS+=	perl
 
 post-configure:
 	cd ${WRKSRC} && \
-	./configure perl --module=${MODNAME}
+	./configure ${LANG} --module=${MODNAME}
 
 .include "../../lang/perl5/buildlink3.mk"
 .include "../../www/unit/ext.mk"


Home | Main Index | Thread Index | Old Index