diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 1996-11-12 02:19:40 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 1996-11-12 02:19:40 +0000 |
commit | d23a79568090d280bf3beb199bb97f0572234984 (patch) | |
tree | 8af4f4b16bdda8a7b54ff123a7cfe5fcc38c203c /archivers/zoo/Makefile | |
parent | CATAGORIES+= -> CATAGORIES= (diff) |
CATAGORIES+= -> CATAGORIES=
Reordered vars where needed. Added MAINTAINERS where needed, many
mkdir --> ${MKDIR}, install -> ${INSTALL_*}, etc.
Diffstat (limited to '')
-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 64820d3e236d..6af3116e7704 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 |