summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2003-09-13 15:20:53 +0000
committerjlam <jlam@pkgsrc.org>2003-09-13 15:20:53 +0000
commitf5662c8d05b3ed8e5e2502a1b64ac5e5dc0b1a11 (patch)
treed7139cd5354a8f99817c806f22560fa431cf1e12 /lang
parent69872634e96d1e322d49049b003091bf66a72c7f (diff)
downloadpkgsrc-f5662c8d05b3ed8e5e2502a1b64ac5e5dc0b1a11.tar.gz
Back out INSTALL_TARGET?= pure_install since it will break several
packages that build and install perl5 modules as part of a larger installation.
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 1c923af5204..a8915bceef5 100644
--- a/lang/perl5/module.mk
+++ b/lang/perl5/module.mk
@@ -1,4 +1,4 @@
-# $NetBSD: module.mk,v 1.18 2003/09/13 15:04:59 jlam Exp $
+# $NetBSD: module.mk,v 1.19 2003/09/13 15:20:53 jlam Exp $
#
# This Makefile fragment is intended to be included by packages that build
# and install perl5 modules.
@@ -163,7 +163,7 @@ GENERATE_PLIST+= ${PERL5_GENERATE_PLIST};
# XXX VIEW-{INSTALL,DEINSTALL} actions from the INSTALL/DEINSTALL
# XXX scripts.
#
-INSTALL_TARGET?= pure_install
+#INSTALL_TARGET?= pure_install
# Default test target for perl5 modules
TEST_TARGET?= test