diff options
author | Satoshi Asami <asami@FreeBSD.org> | 2000-04-15 04:37:10 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 2000-04-15 04:37:10 +0000 |
commit | 84d606c93adbd3f3869c1f3c151252fb03f884e9 (patch) | |
tree | 7c790e50e35cae0abc4267233ec7bd849f1fd1a4 /mail/p5-Mail-Folder | |
parent | Really fix the typo. (Previous commit should have read "xnited" -> "xinted".) (diff) |
Revert package names.
Notes
Notes:
svn path=/head/; revision=27580
Diffstat (limited to 'mail/p5-Mail-Folder')
-rw-r--r-- | mail/p5-Mail-Folder/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/mail/p5-Mail-Folder/Makefile b/mail/p5-Mail-Folder/Makefile index e044329e5b88..c3f165c85f62 100644 --- a/mail/p5-Mail-Folder/Makefile +++ b/mail/p5-Mail-Folder/Makefile @@ -5,12 +5,13 @@ # $FreeBSD$ # -PORTNAME= MailFolder +PORTNAME= Mail-Folder PORTVERSION= 0.07 -PKGNAMEPREFIX= p5- CATEGORIES= mail perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Mail +PKGNAMEPREFIX= p5- +DISTNAME= MailFolder-${PORTVERSION} MAINTAINER= jfitz@FreeBSD.org |