summaryrefslogtreecommitdiff
path: root/lang/perl5/files
diff options
context:
space:
mode:
authorabs <abs@pkgsrc.org>2011-05-16 07:59:04 +0000
committerabs <abs@pkgsrc.org>2011-05-16 07:59:04 +0000
commitf67cf95904a5aba502438743e902ef60a40bb179 (patch)
treecd813aea38e91a0dad163e30b9953596d011e6af /lang/perl5/files
parent4ac496f761480ddf78713c6f84460872875ce2de (diff)
downloadpkgsrc-f67cf95904a5aba502438743e902ef60a40bb179.tar.gz
Allow sitebin to be overridden by PERL5_SITEBIN. No change to default build
Diffstat (limited to 'lang/perl5/files')
-rw-r--r--lang/perl5/files/Policy.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/perl5/files/Policy.sh b/lang/perl5/files/Policy.sh
index 28759350bf4..2365373fdc3 100644
--- a/lang/perl5/files/Policy.sh
+++ b/lang/perl5/files/Policy.sh
@@ -1,4 +1,4 @@
-# $NetBSD: Policy.sh,v 1.1 2010/08/19 20:47:10 seb Exp $
+# $NetBSD: Policy.sh,v 1.2 2011/05/16 07:59:04 abs Exp $
#
# Site-wide policy settings for pkgsrc Perl
#
@@ -35,7 +35,7 @@ vendorscript='@PERL5_VENDORBASE@/bin'
# Put any compiled binaries into vendor- and site-specific locations to
# avoid conflicts with each other. The perllink script will handle all
# the appropriate symlinking.
-sitebin='@PERL5_SITEBASE@/bin'
+sitebin='@PERL5_SITEBIN@'
vendorbin='@PERL5_VENDORBASE@/bin'
# Put the API-specific files into API-specific directories instead