diff options
author | jlam <jlam@pkgsrc.org> | 2004-01-08 19:18:00 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2004-01-08 19:18:00 +0000 |
commit | 845fcf62ffb1e07f067e78dfc96304bc11a19828 (patch) | |
tree | 95207f418b206593b2be1810de98be4227111681 /lang | |
parent | cf17beebf8f8503b0a33eb492d67ab5f727eaec3 (diff) | |
download | pkgsrc-845fcf62ffb1e07f067e78dfc96304bc11a19828.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/MESSAGE | 9 | ||||
-rw-r--r-- | lang/perl5/Makefile | 3 | ||||
-rw-r--r-- | lang/perl58/MESSAGE | 9 | ||||
-rw-r--r-- | lang/perl58/Makefile | 3 |
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: |