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/zoo | |
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/zoo')
-rw-r--r-- | archivers/zoo/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/archivers/zoo/Makefile b/archivers/zoo/Makefile index 64820d3..6af3116 100644 --- a/archivers/zoo/Makefile +++ b/archivers/zoo/Makefile @@ -3,14 +3,16 @@ # Date created: 18 October 1994 # Whom: jmz # -# $Id$ +# $Id: Makefile,v 1.4 1995/04/15 04:45:25 asami Exp $ # DISTNAME= zoo-2.10pl1 PKGNAME= zoo-2.10.1 -CATEGORIES+= archivers +CATEGORIES= archivers MASTER_SITES= ftp://ftp.kiae.su/unix/arcers/ +MAINTAINER= jmz@FreeBSD.org + NO_WRKSUBDIR= yes ALL_TARGET= bsdansi MAKEFILE= makefile |