diff options
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 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 |