diff options
author | jlam <jlam@pkgsrc.org> | 2003-09-13 01:56:25 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2003-09-13 01:56:25 +0000 |
commit | e0ab7bbdde8f6e7cf075f1b35ddd2855b9013c81 (patch) | |
tree | e9f77802fae3449291a4b7c2360865ed0d3dfb6d /lang | |
parent | 3239a2dc12192dbdaf9950d903979b10abc6cdfb (diff) | |
download | pkgsrc-e0ab7bbdde8f6e7cf075f1b35ddd2855b9013c81.tar.gz |
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.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/perl5/module.mk | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/lang/perl5/module.mk b/lang/perl5/module.mk index a0cbe69481d..49b756191e6 100644 --- a/lang/perl5/module.mk +++ b/lang/perl5/module.mk @@ -1,4 +1,4 @@ -# $NetBSD: module.mk,v 1.13 2003/09/12 23:39:42 jlam Exp $ +# $NetBSD: module.mk,v 1.14 2003/09/13 01:56:25 jlam Exp $ # # This Makefile fragment is intended to be included by packages that build # and install perl5 modules. @@ -131,6 +131,15 @@ 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 + # Default test target for perl5 modules TEST_TARGET?= test |