pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/lang/perl5 Put any compiled binaries into vendor- and ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/922447d985e8
branches: trunk
changeset: 511224:922447d985e8
user: jlam <jlam%pkgsrc.org@localhost>
date: Tue Apr 11 22:51:23 2006 +0000
description:
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:
lang/perl5/Makefile | 10 +++++++++-
1 files changed, 9 insertions(+), 1 deletions(-)
diffs (26 lines):
diff -r 345b3bcf283b -r 922447d985e8 lang/perl5/Makefile
--- a/lang/perl5/Makefile Tue Apr 11 22:11:31 2006 +0000
+++ b/lang/perl5/Makefile Tue Apr 11 22:51:23 2006 +0000
@@ -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+= -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.
#
Home |
Main Index |
Thread Index |
Old Index