pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/lang/perl5 Instead of trying to avoid creating perlloc...
details: https://anonhg.NetBSD.org/pkgsrc/rev/1ef2defc022e
branches: trunk
changeset: 461302:1ef2defc022e
user: jlam <jlam%pkgsrc.org@localhost>
date: Sat Sep 13 21:29:44 2003 +0000
description:
Instead of trying to avoid creating perllocal.pod, go ahead and create it,
except ignore it when linkfarming. This avoids conflicts between the many
perllocal.pod files across different depoted packages.
diffstat:
lang/perl5/module.mk | 12 +++---------
1 files changed, 3 insertions(+), 9 deletions(-)
diffs (26 lines):
diff -r 1d5bc84cebb9 -r 1ef2defc022e lang/perl5/module.mk
--- a/lang/perl5/module.mk Sat Sep 13 21:24:23 2003 +0000
+++ b/lang/perl5/module.mk Sat Sep 13 21:29:44 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: module.mk,v 1.19 2003/09/13 15:20:53 jlam Exp $
+# $NetBSD: module.mk,v 1.20 2003/09/13 21:29:44 jlam Exp $
#
# This Makefile fragment is intended to be included by packages that build
# and install perl5 modules.
@@ -156,14 +156,8 @@
GENERATE_PLIST+= ${PERL5_GENERATE_PLIST};
.endif
-# Skip appending to perllocal.pod. We don't keep this consistent anyway
-# with binary packages.
-#
-# XXX We should be adding to and removing from perllocal.pod in
-# XXX VIEW-{INSTALL,DEINSTALL} actions from the INSTALL/DEINSTALL
-# XXX scripts.
-#
-#INSTALL_TARGET?= pure_install
+# Don't linkfarm the various conflicting perllocal.pod files into a view.
+PLIST_IGNORE_FILES+= *perllocal.pod
# Default test target for perl5 modules
TEST_TARGET?= test
Home |
Main Index |
Thread Index |
Old Index