summaryrefslogtreecommitdiff
path: root/lang/perl5/files
diff options
context:
space:
mode:
authorsbd <sbd>2012-11-02 07:36:24 +0000
committersbd <sbd>2012-11-02 07:36:24 +0000
commit7aba165f70e15b6b47d7871f8565cde7d2d43e79 (patch)
treeaabae34d693d413214425f6a0755361162fb8df1 /lang/perl5/files
parent45eb6ff2ee7083923ff14d53282534b32227c1eb (diff)
downloadpkgsrc-7aba165f70e15b6b47d7871f8565cde7d2d43e79.tar.gz
Remove the uneeded PERL5_SCRIPTDIR and PERL5_MAN1DIR variables.
Diffstat (limited to 'lang/perl5/files')
-rw-r--r--lang/perl5/files/Policy.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/perl5/files/Policy.sh b/lang/perl5/files/Policy.sh
index 2365373fdc3..0ddcbd9da02 100644
--- a/lang/perl5/files/Policy.sh
+++ b/lang/perl5/files/Policy.sh
@@ -1,4 +1,4 @@
-# $NetBSD: Policy.sh,v 1.2 2011/05/16 07:59:04 abs Exp $
+# $NetBSD: Policy.sh,v 1.3 2012/11/02 07:36:24 sbd Exp $
#
# Site-wide policy settings for pkgsrc Perl
#
@@ -28,7 +28,7 @@ vendorprefix='@PERL5_VENDORPREFIX@'
# The Perl Configure script will install scripts into "*/script"
# directories if they exist, so override with explicit settings.
-scriptdir='@PERL5_SCRIPTDIR@'
+scriptdir='@PERL5_PERLBASE@/bin'
sitescript='@PERL5_SITEBASE@/bin'
vendorscript='@PERL5_VENDORBASE@/bin'
@@ -51,7 +51,7 @@ vendorlib_stem='@PERL5_VENDORBASE@'
# Avoid manpage conflicts between the standard Perl library, 3rd-party
# modules, and other packages.
man1ext='1'
-man1dir='@PERL5_MAN1DIR@'
+man1dir='@PERL5_PERLBASE@/@PKGMANDIR@/man1'
siteman1dir='@PERL5_SITEBASE@/@PKGMANDIR@/man1'
vendorman1dir='@PERL5_VENDORBASE@/@PKGMANDIR@/man1'
man3ext='3'