summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorjlam <jlam>2003-09-13 21:29:44 +0000
committerjlam <jlam>2003-09-13 21:29:44 +0000
commit563ddd45fd66c28295bba5705c53059c9c60fde5 (patch)
treef2c3a9e7b7c99faad527d68e8258190af0e1dc2a /lang
parentd4e8d2455887fad5c54a96cbd79b13be5a556a1f (diff)
downloadpkgsrc-563ddd45fd66c28295bba5705c53059c9c60fde5.tar.gz
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 (limited to 'lang')
-rw-r--r--lang/perl5/module.mk12
1 files changed, 3 insertions, 9 deletions
diff --git a/lang/perl5/module.mk b/lang/perl5/module.mk
index a8915bceef5..f014aa2dc09 100644
--- a/lang/perl5/module.mk
+++ b/lang/perl5/module.mk
@@ -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 @@ PERL5_GENERATE_PLIST= ${PERL5_PLIST_COMMENT}; \
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