summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorwiz <wiz>2005-02-23 10:42:07 +0000
committerwiz <wiz>2005-02-23 10:42:07 +0000
commit66821b8681507524a1647dff22e68f5ed1bcdbce (patch)
treedd5ebce5e3fae12bee8241e4384cb9ab9c5f50c7 /lang
parentbddce5626733dcc0eb95d6aa4593db5b58089cdd (diff)
downloadpkgsrc-66821b8681507524a1647dff22e68f5ed1bcdbce.tar.gz
Remove :Q that broke things, introduced in previous.
Diffstat (limited to 'lang')
-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 d274216fd4a..997b3b1c015 100644
--- a/lang/perl5/module.mk
+++ b/lang/perl5/module.mk
@@ -1,4 +1,4 @@
-# $NetBSD: module.mk,v 1.38 2005/02/21 12:08:45 wiz Exp $
+# $NetBSD: module.mk,v 1.39 2005/02/23 10:42:07 wiz Exp $
#
# This Makefile fragment is intended to be included by packages that build
# and install perl5 modules.
@@ -68,7 +68,7 @@ MAKE_ENV+= LC_ALL=C
.if defined(PERL5_USES_MODULE_BUILD)
_CONF_ARG= Build.PL
.else
-_CONF_ARG= Makefile.PL ${MAKE_PARAMS:Q}
+_CONF_ARG= Makefile.PL ${MAKE_PARAMS}
.endif
.PHONY: perl5-configure