summaryrefslogtreecommitdiff
path: root/lang/perl5.12
diff options
context:
space:
mode:
authorPhilip M. Gollucci <pgollucci@FreeBSD.org>2010-12-11 17:46:13 +0000
committerPhilip M. Gollucci <pgollucci@FreeBSD.org>2010-12-11 17:46:13 +0000
commit83247d9d3af3c0accec7b5a2834276ead242f51e (patch)
treeaa872e299ce55fd4bc9c1d74fec762760eb3c462 /lang/perl5.12
parent- Fix distinfo (diff)
- 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)
Notes
Notes: svn path=/head/; revision=266046
Diffstat (limited to 'lang/perl5.12')
-rw-r--r--lang/perl5.12/Makefile2
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"