diff options
author | jlam <jlam@pkgsrc.org> | 2004-12-29 19:39:20 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2004-12-29 19:39:20 +0000 |
commit | a72bed0381626e31135c09a536f999e9131520a9 (patch) | |
tree | 8e03dec78905d0df72542b3144b0449a70fe1b22 /www/p5-Kwiki-RecentChanges | |
parent | 5b35d41746696256e05542586da31c251b475d74 (diff) | |
download | pkgsrc-a72bed0381626e31135c09a536f999e9131520a9.tar.gz |
*Really* fix the path to the .packlist.
Diffstat (limited to 'www/p5-Kwiki-RecentChanges')
-rw-r--r-- | www/p5-Kwiki-RecentChanges/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/p5-Kwiki-RecentChanges/Makefile b/www/p5-Kwiki-RecentChanges/Makefile index 5487279e6d3..a51ae5d45b0 100644 --- a/www/p5-Kwiki-RecentChanges/Makefile +++ b/www/p5-Kwiki-RecentChanges/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2004/12/29 19:36:57 jlam Exp $ +# $NetBSD: Makefile,v 1.4 2004/12/29 19:39:20 jlam Exp $ DISTNAME= Kwiki-RecentChanges-0.12 PKGNAME= p5-${DISTNAME} @@ -12,7 +12,7 @@ COMMENT= Kwiki plugin to display recent changes DEPENDS+= p5-Kwiki>=0.34:../../www/p5-Kwiki USE_BUILDLINK3= yes -PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Kwiki/RecentChanges/RCS/.packlist +PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Kwiki/RecentChanges/.packlist .include "../../lang/perl5/module.mk" .include "../../mk/bsd.pkg.mk" |