diff options
Diffstat (limited to 'archivers/zoo/Makefile')
-rw-r--r-- | archivers/zoo/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/archivers/zoo/Makefile b/archivers/zoo/Makefile index 416b1fa2037..451a487af0b 100644 --- a/archivers/zoo/Makefile +++ b/archivers/zoo/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.17 2003/07/17 21:21:50 grant Exp $ +# $NetBSD: Makefile,v 1.18 2004/01/20 12:07:07 agc Exp $ # FreeBSD Id: Makefile,v 1.8 1997/08/10 22:31:36 fenner Exp # DISTNAME= zoo-2.10pl1 PKGNAME= zoo-2.10.1 -WRKSRC= ${WRKDIR} CATEGORIES= archivers MASTER_SITES= ftp://ftp.kiarchive.ru/pub/unix/arcers/ @@ -13,6 +12,7 @@ COMMENT= Manipulate archives of files in compressed form LICENSE= zoo-license +WRKSRC= ${WRKDIR} USE_BUILDLINK2= yes ALL_TARGET= bsdansi |