diff options
author | wiz <wiz@pkgsrc.org> | 2005-02-19 20:39:21 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-02-19 20:39:21 +0000 |
commit | 779bbfb191ae085675faa962a2c202e8ca9c1382 (patch) | |
tree | 04a09391a425a4d965d4252a2833da1894ebadb6 /misc | |
parent | 0137964ce25479f1b0d87a22e757f9050b483e9b (diff) | |
download | pkgsrc-779bbfb191ae085675faa962a2c202e8ca9c1382.tar.gz |
Fix PERL5_PACKLIST path.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/p5-Lingua-EN-Numbers-Ordinate/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/p5-Lingua-EN-Numbers-Ordinate/Makefile b/misc/p5-Lingua-EN-Numbers-Ordinate/Makefile index 350baf97a06..de88cc345b3 100644 --- a/misc/p5-Lingua-EN-Numbers-Ordinate/Makefile +++ b/misc/p5-Lingua-EN-Numbers-Ordinate/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2005/02/19 19:53:56 wiz Exp $ +# $NetBSD: Makefile,v 1.2 2005/02/19 20:39:21 wiz Exp $ # DISTNAME= Lingua-EN-Numbers-Ordinate-1.02 @@ -14,7 +14,7 @@ COMMENT= Go from cardinal number (3) to ordinal ("3rd") USE_BUILDLINK3= yes USE_LANGUAGES= # empty -PERL5_PACKLIST= ${PERL5_SITEARCH}/Lingua/En/Numbers/Ordinate/.packlist +PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Lingua/EN/Numbers/Ordinate/.packlist .include "../../lang/perl5/module.mk" .include "../../mk/bsd.pkg.mk" |