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
commitb9535ded1ee97ee409c4805928aa102706f4a90c (patch)
tree04a09391a425a4d965d4252a2833da1894ebadb6 /misc
parent364f290de27c6462f54fc2f2821f6e4991509cc1 (diff)
downloadpkgsrc-b9535ded1ee97ee409c4805928aa102706f4a90c.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"