summaryrefslogtreecommitdiff
path: root/lang/perl5/Makefile
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2004-01-13 01:08:57 +0000
committerjlam <jlam@pkgsrc.org>2004-01-13 01:08:57 +0000
commitbaf90848b6de8cbc549d2411fe34ce4cbcb25f54 (patch)
treee090ce943b79a12697e6bd28bf1ec52a1a16ee85 /lang/perl5/Makefile
parent6a67141da3f32d26e3312c148a07a26fab33cf40 (diff)
downloadpkgsrc-baf90848b6de8cbc549d2411fe34ce4cbcb25f54.tar.gz
Bump the PKGREVISION of lang/perl5. Changes between versions 5.6.1nb9
and 5.6.1nb10 include pulling in changes from the latest Perl sources that add a more complete set of directories on NetBSD systems to the rpath of Perl modules so that they may find libperl.so. The module build/installation is now robust against the user overriding the value of INSTALLARCHLIB.
Diffstat (limited to 'lang/perl5/Makefile')
-rw-r--r--lang/perl5/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/perl5/Makefile b/lang/perl5/Makefile
index 3fce1a9fab7..06314ed6a17 100644
--- a/lang/perl5/Makefile
+++ b/lang/perl5/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.78 2004/01/08 19:18:00 jlam Exp $
+# $NetBSD: Makefile,v 1.79 2004/01/13 01:08:57 jlam Exp $
.include "../../lang/perl5/Makefile.common"
-PKGREVISION= 9
+PKGREVISION= 10
CATEGORIES+= lang devel
MAINTAINER= jlam@NetBSD.org