diff options
author | wiz <wiz@pkgsrc.org> | 2002-09-26 02:01:42 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-09-26 02:01:42 +0000 |
commit | cbbe5eacc6e348ebeeca5360715dda5fe76d5a21 (patch) | |
tree | e00f22f1e3daceebff0d2e2530dec48772b77795 | |
parent | c15738ec00bc585036fc1f78bd29e9f015636acd (diff) | |
download | pkgsrc-cbbe5eacc6e348ebeeca5360715dda5fe76d5a21.tar.gz |
Make PKGNAME Dewey-conformant.
-rw-r--r-- | mail/p5-MIME-tools/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/p5-MIME-tools/Makefile b/mail/p5-MIME-tools/Makefile index 2f2964027b3..50ea46ae978 100644 --- a/mail/p5-MIME-tools/Makefile +++ b/mail/p5-MIME-tools/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.8 2001/12/10 15:36:57 martti Exp $ +# $NetBSD: Makefile,v 1.9 2002/09/26 02:01:42 wiz Exp $ # DISTNAME= MIME-tools-5.411a -PKGNAME= p5-${DISTNAME} +PKGNAME= p5-${DISTNAME:S/a/.1/} SVR4_PKGNAME= p5mit CATEGORIES= perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=MIME/} |