diff options
author | obrien <obrien@FreeBSD.org> | 1996-11-12 02:19:40 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1996-11-12 02:19:40 +0000 |
commit | 99df43bf1336afac77ff9926acf7893da84f2186 (patch) | |
tree | 9999e9819d03eba09ced920e326c13b87718436c /archivers/p5-Compress-Zlib | |
parent | 5c40e6d58c96aabdf311daa6728225174bf63001 (diff) | |
download | FreeBSD-ports-99df43bf1336afac77ff9926acf7893da84f2186.zip FreeBSD-ports-99df43bf1336afac77ff9926acf7893da84f2186.tar.gz |
CATAGORIES+= -> CATAGORIES=
Reordered vars where needed. Added MAINTAINERS where needed, many
mkdir --> ${MKDIR}, install -> ${INSTALL_*}, etc.
Diffstat (limited to 'archivers/p5-Compress-Zlib')
-rw-r--r-- | archivers/p5-Compress-Zlib/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/archivers/p5-Compress-Zlib/Makefile b/archivers/p5-Compress-Zlib/Makefile index beaa9ab..55395e1 100644 --- a/archivers/p5-Compress-Zlib/Makefile +++ b/archivers/p5-Compress-Zlib/Makefile @@ -3,12 +3,12 @@ # Date created: October 20th 1996 # Whom: James FitzGibbon <jfitz@FreeBSD.org> # -# $Id: Makefile,v 1.1.1.1 1996/10/23 23:51:34 jfitz Exp $ +# $Id: Makefile,v 1.2 1996/10/24 09:58:05 jfitz Exp $ # DISTNAME= Compress-Zlib-0.4 PKGNAME= p5-Compress-Zlib-0.4 -CATEGORIES+= archivers +CATEGORIES= archivers MASTER_SITES= ftp://ftp.digital.com/pub/plan/perl/CPAN/modules/by-module/Compress/ \ ftp://ftp.cdrom.com/pub/perl/CPAN/modules/by-module/Compress/ \ ftp://ftp.cis.ufl.edu/pub/perl/CPAN/modules/by-module/Compress/ \ |