diff options
author | pgollucci <pgollucci@FreeBSD.org> | 2010-12-12 01:46:13 +0800 |
---|---|---|
committer | pgollucci <pgollucci@FreeBSD.org> | 2010-12-12 01:46:13 +0800 |
commit | b498c9654d0f0a8a22f7e77830060daa49e0e7c3 (patch) | |
tree | 45666c943f63eaaf94f5b31111090f591910287d /lang/perl5.12 | |
parent | 8d757447ec86c28e0342279a807a5daf6120b354 (diff) | |
download | freebsd-ports-gnome-b498c9654d0f0a8a22f7e77830060daa49e0e7c3.tar.gz freebsd-ports-gnome-b498c9654d0f0a8a22f7e77830060daa49e0e7c3.tar.zst freebsd-ports-gnome-b498c9654d0f0a8a22f7e77830060daa49e0e7c3.zip |
- Support = in hostnames compatiable with misc/149510.
duplicate fix in other perl ports
PR: ports/148255
Submitted by: Anonymous <swell.k@gmail.com>
Approved by: maintainer timeout (skv ; 121 days)
Diffstat (limited to 'lang/perl5.12')
-rw-r--r-- | lang/perl5.12/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/perl5.12/Makefile b/lang/perl5.12/Makefile index 4d88aceb9656..71bce8a0732a 100644 --- a/lang/perl5.12/Makefile +++ b/lang/perl5.12/Makefile @@ -62,7 +62,7 @@ CONFIGURE_ARGS= -sde -Dprefix=${PREFIX} \ LOCALE_CLEANUP= LANG="" LC_ALL="" LC_COLLATE="" LC_CTYPE="" \ LC_MESSAGES="" LC_MONETARY="" LC_NUMERIC="" \ LC_TIME="" -CONFIGURE_ENV+= ${LOCALE_CLEANUP} +CONFIGURE_ENV+= ${LOCALE_CLEANUP} UNAME_v="$$(uname -v | sed 'y/=/ /')" MAKE_ENV+= ${LOCALE_CLEANUP} .include "Makefile.man" |