pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/lang/perl5 Back out INSTALL_TARGET?= pure_install sinc...
details: https://anonhg.NetBSD.org/pkgsrc/rev/13dfcb293b1f
branches: trunk
changeset: 461283:13dfcb293b1f
user: jlam <jlam%pkgsrc.org@localhost>
date: Sat Sep 13 15:20:53 2003 +0000
description:
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:
lang/perl5/module.mk | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 9e30ce7e89e1 -r 13dfcb293b1f lang/perl5/module.mk
--- a/lang/perl5/module.mk Sat Sep 13 15:04:59 2003 +0000
+++ b/lang/perl5/module.mk Sat Sep 13 15:20:53 2003 +0000
@@ -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 @@
# 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
Home |
Main Index |
Thread Index |
Old Index