diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 1996-11-10 21:32:56 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 1996-11-10 21:32:56 +0000 |
commit | ad744288184799669b3c6ed466204cf2079b8596 (patch) | |
tree | 13e685282822b31367902839f70a41b95b4c74f8 /mail/p5-Mail-Folder | |
parent | Mark imm and nv as BROKEN, until someone upgrades them to use tk41 and tcl75. (diff) |
CATEGORIES+= --> CATEGORIES=
And clean up variable ordering (as shown in the handbook) as little.
Notes
Notes:
svn path=/head/; revision=4382
Diffstat (limited to 'mail/p5-Mail-Folder')
-rw-r--r-- | mail/p5-Mail-Folder/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/p5-Mail-Folder/Makefile b/mail/p5-Mail-Folder/Makefile index ec1af7e84727..d35adc58ef0b 100644 --- a/mail/p5-Mail-Folder/Makefile +++ b/mail/p5-Mail-Folder/Makefile @@ -3,12 +3,12 @@ # Date created: October 24th 1996 # Whom: James FitzGibbon <jfitz@FreeBSD.org> # -# $Id: Makefile,v 1.2 1996/10/24 09:58:34 jfitz Exp $ +# $Id: Makefile,v 1.1.1.1 1996/10/24 13:43:04 jfitz Exp $ # DISTNAME= MailFolder-0.03 PKGNAME= p5-Mail-Folder-0.03 -CATEGORIES+= mail +CATEGORIES= mail MASTER_SITES= ftp://ftp.digital.com/pub/plan/perl/CPAN/modules/by-module/Mail/ \ ftp://ftp.cdrom.com/pub/perl/CPAN/modules/by-module/Mail/ \ ftp://ftp.cis.ufl.edu/pub/perl/CPAN/modules/by-module/Mail/ \ |