summaryrefslogtreecommitdiff
path: root/lang/perl5/module.mk
diff options
context:
space:
mode:
authoradam <adam>2011-08-05 18:06:14 +0000
committeradam <adam>2011-08-05 18:06:14 +0000
commitd544179261f99bde4ee36d636ce1318283d74236 (patch)
tree16e2a212a2321415d8c868d0500e1ed4bf4e1fa5 /lang/perl5/module.mk
parent7afac3d12507f4cd0acea38dbe5e27f18a1711f2 (diff)
downloadpkgsrc-d544179261f99bde4ee36d636ce1318283d74236.tar.gz
Changes 5.14.1:
* Several modules were updated to fix minor bugs. * Tests were fixed. * Documentation was improved. Changes 5.14.0: * Unicode version 6.0 is now supported. * Regular expressions can now be reset to the default modifiers. * Four new regular expression modifiers, "/d", "/l" , "/u", and "/a", were introduced. * The substitution operators now support the modifier "/r" to work non-destructively, leaving the original unmodified. * Larger octals can now be specified. * Array and hash operators can now experimentally operate directly on hard references. * printf-like functions now understand post-1980 size modifiers. * Exception handling was made more reliable and consistent. * Other enhancements and many bug fixes were made PkgSrc: * Fixed configuring on Mac OS X 10.7.
Diffstat (limited to 'lang/perl5/module.mk')
-rw-r--r--lang/perl5/module.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/perl5/module.mk b/lang/perl5/module.mk
index 77502e577c4..0ba73465950 100644
--- a/lang/perl5/module.mk
+++ b/lang/perl5/module.mk
@@ -1,4 +1,4 @@
-# $NetBSD: module.mk,v 1.63 2010/08/27 05:27:37 sno Exp $
+# $NetBSD: module.mk,v 1.64 2011/08/05 18:06:14 adam Exp $
#
# This Makefile fragment is intended to be included by packages that build
# and install perl5 modules.
@@ -214,7 +214,7 @@ PERL5_MAKE_FLAGS.makemaker+= ${_var_}=${PERL5_${_var_}:Q}
# so override its value to the module's ${PREFIX}.
# Also, set VENDORARCHEXP, so existing .packlist won't be read.
#
-PERL5_MAKE_FLAGS.makemaker+= PREFIX=${PREFIX:Q} VENDORARCHEXP=${DESTDIR}${PERL5_INSTALLVENDORARCH}
+PERL5_MAKE_FLAGS.makemaker+= PREFIX=${PREFIX:Q} VENDORARCHEXP=${DESTDIR}${PERL5_INSTALLVENDORARCH}
PERL5_MAKE_FLAGS+= ${PERL5_MAKE_FLAGS.${PERL5_MODTYPE}}
MAKE_FLAGS+= ${PERL5_MAKE_FLAGS}