summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorwiz <wiz>2005-02-19 20:39:21 +0000
committerwiz <wiz>2005-02-19 20:39:21 +0000
commit144f9415f1bd3a289c5774648c882e37a4dec7f8 (patch)
tree04a09391a425a4d965d4252a2833da1894ebadb6 /misc
parentfb12a10a59ef62ba7ff41698f55ff9590d0269bf (diff)
downloadpkgsrc-144f9415f1bd3a289c5774648c882e37a4dec7f8.tar.gz
Fix PERL5_PACKLIST path.
Diffstat (limited to 'misc')
-rw-r--r--misc/p5-Lingua-EN-Numbers-Ordinate/Makefile4
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"