summaryrefslogtreecommitdiff
path: root/lang/perl5
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2006-04-11 22:51:23 +0000
committerjlam <jlam@pkgsrc.org>2006-04-11 22:51:23 +0000
commit202af48c33f7f67213c1e3d34ce40d4af8b2d569 (patch)
tree7c6ebd1e3a12019081c722292da05e9ea9475b72 /lang/perl5
parentcfa8c1909a6838085253025267a16bf1a415171f (diff)
downloadpkgsrc-202af48c33f7f67213c1e3d34ce40d4af8b2d569.tar.gz
Put any compiled binaries into vendor- and site-specific locations to
avoid conflicts with each other. We let the perllink script handle all the appropriate symlinking. Bump PKGREVISION to 1.
Diffstat (limited to 'lang/perl5')
-rw-r--r--lang/perl5/Makefile10
1 files changed, 9 insertions, 1 deletions
diff --git a/lang/perl5/Makefile b/lang/perl5/Makefile
index 181e58960ce..3a94114f3b9 100644
--- a/lang/perl5/Makefile
+++ b/lang/perl5/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.118 2006/04/09 07:11:13 jlam Exp $
+# $NetBSD: Makefile,v 1.119 2006/04/11 22:51:23 jlam Exp $
DISTNAME= perl-5.8.8
+PKGREVISION= 1
CATEGORIES= lang devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:S,/modules/by-module/$,/src/,}
EXTRACT_SUFX= .tar.bz2
@@ -90,6 +91,13 @@ CONFIGURE_ARGS+= -Dscriptdir=${PERL5_PERLBASE:Q}/bin
CONFIGURE_ARGS+= -Dsitescript=${PERL5_SITEBASE:Q}/bin
CONFIGURE_ARGS+= -Dvendorscript=${PERL5_VENDORBASE:Q}/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.
+#
+CONFIGURE_ARGS+= -Dsitebin=${PERL5_SITEBASE:Q}/bin
+CONFIGURE_ARGS+= -Dvendorbin=${PERL5_VENDORBASE:Q}/bin
+
# Put the API-specific files into API-specific directories instead
# of the default version-specific directories.
#