pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/perl5 Skip appending to perllocal.pod. We don't ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8a3ef5137416
branches:  trunk
changeset: 461238:8a3ef5137416
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Sat Sep 13 01:56:25 2003 +0000

description:
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:

 lang/perl5/module.mk |  11 ++++++++++-
 1 files changed, 10 insertions(+), 1 deletions(-)

diffs (25 lines):

diff -r f4892f429f16 -r 8a3ef5137416 lang/perl5/module.mk
--- a/lang/perl5/module.mk      Fri Sep 12 23:39:42 2003 +0000
+++ b/lang/perl5/module.mk      Sat Sep 13 01:56:25 2003 +0000
@@ -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 @@
 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
 



Home | Main Index | Thread Index | Old Index