summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2004-01-08 19:18:00 +0000
committerjlam <jlam@pkgsrc.org>2004-01-08 19:18:00 +0000
commit4fb76c0ccbf31c141cfdd6cae466c2f1f291eb43 (patch)
tree95207f418b206593b2be1810de98be4227111681 /lang
parent3ef88a7e2a7aa4fd6646c894a9ceaec651915dea (diff)
downloadpkgsrc-4fb76c0ccbf31c141cfdd6cae466c2f1f291eb43.tar.gz
Adding a MESSAGE file noting where these packages search for plugins or
modules that may be added by other packages.
Diffstat (limited to 'lang')
-rw-r--r--lang/perl5/MESSAGE9
-rw-r--r--lang/perl5/Makefile3
-rw-r--r--lang/perl58/MESSAGE9
-rw-r--r--lang/perl58/Makefile3
4 files changed, 22 insertions, 2 deletions
diff --git a/lang/perl5/MESSAGE b/lang/perl5/MESSAGE
new file mode 100644
index 00000000000..0b21418b1bd
--- /dev/null
+++ b/lang/perl5/MESSAGE
@@ -0,0 +1,9 @@
+===========================================================================
+$NetBSD: MESSAGE,v 1.4 2004/01/08 19:18:00 jlam Exp $
+
+${PKGNAME} will use the following directory as the default
+location of the site-specific Perl modules:
+
+ ${PERL5_SITELIB}
+
+===========================================================================
diff --git a/lang/perl5/Makefile b/lang/perl5/Makefile
index b137a3d3efd..3fce1a9fab7 100644
--- a/lang/perl5/Makefile
+++ b/lang/perl5/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.77 2004/01/08 18:03:04 jlam Exp $
+# $NetBSD: Makefile,v 1.78 2004/01/08 19:18:00 jlam Exp $
.include "../../lang/perl5/Makefile.common"
@@ -132,6 +132,7 @@ PERL5_SITELIB?= ${VIEWBASE}/lib/perl5/site_perl/${PERL5_DIST_VERS}
PERL5_SITEARCH= ${VIEWBASE}/lib/perl5/site_perl/${PERL5_DIST_VERS}/${MACHINE_ARCH}-${LOWER_OPSYS}
PERL5_PACKLIST= ${PERL5_ARCHLIB}/.packlist
PLIST_SUBST+= PERL5_SITEPERL=${PERL5_SITEPERL:S/^${PREFIX}\///}
+MESSAGE_SUBST+= PERL5_SITELIB=${PERL5_SITELIB}
# It's tough to guess which hints file will be used, so add our modifications
# to all of them:
diff --git a/lang/perl58/MESSAGE b/lang/perl58/MESSAGE
new file mode 100644
index 00000000000..478cd18b50b
--- /dev/null
+++ b/lang/perl58/MESSAGE
@@ -0,0 +1,9 @@
+===========================================================================
+$NetBSD: MESSAGE,v 1.1 2004/01/08 19:18:00 jlam Exp $
+
+${PKGNAME} will use the following directory as the default
+location of the site-specific Perl modules:
+
+ ${PERL5_SITELIB}
+
+===========================================================================
diff --git a/lang/perl58/Makefile b/lang/perl58/Makefile
index 68a0237ab3b..43cc418f698 100644
--- a/lang/perl58/Makefile
+++ b/lang/perl58/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.27 2004/01/08 18:05:07 jlam Exp $
+# $NetBSD: Makefile,v 1.28 2004/01/08 19:18:00 jlam Exp $
# The following two variables should have empty values unless we're
# building a perl snapshot or release candidate.
@@ -184,6 +184,7 @@ PERL5_SITELIB?= ${VIEWBASE}/lib/perl5/site_perl/${PERL5_VERS}
PERL5_SITEARCH?= ${VIEWBASE}/lib/perl5/site_perl/${PERL5_VERS}/${MACHINE_ARCH}-${LOWER_OPSYS}
PERL5_PACKLIST= ${PERL5_ARCHLIB}/.packlist
PLIST_SUBST+= PERL5_SITEPERL=${PERL5_SITEPERL:S/^${PREFIX}\///}
+MESSAGE_SUBST+= PERL5_SITELIB=${PERL5_SITELIB}
# It's tough to guess which hints file will be used, so add our modifications
# to all of them: