pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/p5-XML-AutoWriter Fix the PLIST generation by...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/22372ba3d843
branches:  trunk
changeset: 512141:22372ba3d843
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Tue May 02 01:06:23 2006 +0000

description:
Fix the PLIST generation by noting the correct path to the .packlist.

diffstat:

 textproc/p5-XML-AutoWriter/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 84e0c5c965b5 -r 22372ba3d843 textproc/p5-XML-AutoWriter/Makefile
--- a/textproc/p5-XML-AutoWriter/Makefile       Tue May 02 01:02:24 2006 +0000
+++ b/textproc/p5-XML-AutoWriter/Makefile       Tue May 02 01:06:23 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2006/05/02 01:00:19 jlam Exp $
+# $NetBSD: Makefile,v 1.2 2006/05/02 01:06:23 jlam Exp $
 
 DISTNAME=      XML-AutoWriter-0.39
 PKGNAME=       p5-${DISTNAME}
@@ -9,7 +9,7 @@
 HOMEPAGE=      http://search.cpan.org/dist/XML-ValidWriter/
 COMMENT=       DOCTYPE-driven valid XML output
 
-PERL5_PACKLIST=                auto/XML/ValidWriter/.packlist
+PERL5_PACKLIST=                auto/XML/AutoWriter/.packlist
 
 .include "../../lang/perl5/module.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index