pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/lang/perl5 All pkgsrc-installed perl modules are insta...
details: https://anonhg.NetBSD.org/pkgsrc/rev/23e5b1277438
branches: trunk
changeset: 461258:23e5b1277438
user: jlam <jlam%pkgsrc.org@localhost>
date: Sat Sep 13 08:25:03 2003 +0000
description:
All pkgsrc-installed perl modules are installed in the "site" directories,
so pass INSTALLDIRS=site to the Makefile.PL script. This overrides any
INSTALLDIRS setting in Makefile.PL.
diffstat:
lang/perl5/module.mk | 7 ++++++-
1 files changed, 6 insertions(+), 1 deletions(-)
diffs (21 lines):
diff -r 8b37040e8528 -r 23e5b1277438 lang/perl5/module.mk
--- a/lang/perl5/module.mk Sat Sep 13 08:24:24 2003 +0000
+++ b/lang/perl5/module.mk Sat Sep 13 08:25:03 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: module.mk,v 1.14 2003/09/13 01:56:25 jlam Exp $
+# $NetBSD: module.mk,v 1.15 2003/09/13 08:25:03 jlam Exp $
#
# This Makefile fragment is intended to be included by packages that build
# and install perl5 modules.
@@ -42,6 +42,11 @@
PERL5_CONFIGURE?= YES
PERL5_CONFIGURE_DIRS?= ${CONFIGURE_DIRS}
+# All pkgsrc-install perl modules are installed into the "site"
+# directories.
+#
+MAKE_PARAMS+= INSTALLDIRS=site
+
perl5-configure:
${_PKG_SILENT}${_PKG_DEBUG} \
for dir in ${PERL5_CONFIGURE_DIRS}; do \
Home |
Main Index |
Thread Index |
Old Index