summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorjlam <jlam>2003-09-13 15:20:53 +0000
committerjlam <jlam>2003-09-13 15:20:53 +0000
commitd211c0cebbda62deff009238b97a8fc95f18fb8a (patch)
treed7139cd5354a8f99817c806f22560fa431cf1e12 /lang
parent6e99ff9ee2a8d10e75ac32cffdd3571703c37007 (diff)
downloadpkgsrc-d211c0cebbda62deff009238b97a8fc95f18fb8a.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