From 4fb76c0ccbf31c141cfdd6cae466c2f1f291eb43 Mon Sep 17 00:00:00 2001 From: jlam Date: Thu, 8 Jan 2004 19:18:00 +0000 Subject: Adding a MESSAGE file noting where these packages search for plugins or modules that may be added by other packages. --- lang/perl58/MESSAGE | 9 +++++++++ lang/perl58/Makefile | 3 ++- 2 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 lang/perl58/MESSAGE (limited to 'lang/perl58') 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: -- cgit v1.2.3