pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang/perl58 Fix PLIST issues in overwrite case after r...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0f3f26a6886d
branches:  trunk
changeset: 465936:0f3f26a6886d
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Thu Jan 08 18:05:07 2004 +0000

description:
Fix PLIST issues in overwrite case after recent removal of
packlist -> PLIST generator from bsd.pkg.mk to perl5/module.mk.

diffstat:

 lang/perl58/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r 3d3994624e2f -r 0f3f26a6886d lang/perl58/Makefile
--- a/lang/perl58/Makefile      Thu Jan 08 18:03:04 2004 +0000
+++ b/lang/perl58/Makefile      Thu Jan 08 18:05:07 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.26 2004/01/06 18:56:50 abs Exp $
+# $NetBSD: Makefile,v 1.27 2004/01/08 18:05:07 jlam Exp $
 
 # The following two variables should have empty values unless we're
 # building a perl snapshot or release candidate.
@@ -41,6 +41,9 @@
 
 PKG_INSTALLATION_TYPES=        overwrite pkgviews
 
+BUILDING_PERL5=                YES
+PERL5_CONFIGURE=       NO
+
 USE_BUILDLINK3=                YES
 HAS_CONFIGURE=         YES
 CONFIGURE_SCRIPT=      ./Configure



Home | Main Index | Thread Index | Old Index