summaryrefslogtreecommitdiff
path: root/misc/p5-Msgcat
diff options
context:
space:
mode:
authorjmmv <jmmv@pkgsrc.org>2003-03-29 12:40:00 +0000
committerjmmv <jmmv@pkgsrc.org>2003-03-29 12:40:00 +0000
commit0916498c1b6dd1e6312100e3813722d9ec0a3ae4 (patch)
treefaa47d38b96f7c3d479f826963ddfdc99b66acc3 /misc/p5-Msgcat
parent027ce626821d991bc282a370598c738be6c3e12e (diff)
downloadpkgsrc-0916498c1b6dd1e6312100e3813722d9ec0a3ae4.tar.gz
Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.
Diffstat (limited to 'misc/p5-Msgcat')
-rw-r--r--misc/p5-Msgcat/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/misc/p5-Msgcat/Makefile b/misc/p5-Msgcat/Makefile
index b8da6115d6a..885c9a870d1 100644
--- a/misc/p5-Msgcat/Makefile
+++ b/misc/p5-Msgcat/Makefile
@@ -1,9 +1,10 @@
-# $NetBSD: Makefile,v 1.1.1.1 2003/01/13 12:56:50 manu Exp $
+# $NetBSD: Makefile,v 1.2 2003/03/29 12:41:51 jmmv Exp $
#
DISTNAME= Msgcat-1.01
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5lco
+WRKSRC= ${WRKDIR}/Msgcat
CATEGORIES= misc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Locale/}
@@ -14,7 +15,5 @@ COMMENT= perl5 module to use the message catalog functions
USE_BUILDLINK2= YES
PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Locale/Msgcat/.packlist
-WRKSRC= ${WRKDIR}/Msgcat
-
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"