diff options
author | jmmv <jmmv@pkgsrc.org> | 2003-03-29 12:40:00 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2003-03-29 12:40:00 +0000 |
commit | 0916498c1b6dd1e6312100e3813722d9ec0a3ae4 (patch) | |
tree | faa47d38b96f7c3d479f826963ddfdc99b66acc3 /archivers/zoo/Makefile | |
parent | 027ce626821d991bc282a370598c738be6c3e12e (diff) | |
download | pkgsrc-0916498c1b6dd1e6312100e3813722d9ec0a3ae4.tar.gz |
Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.
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 be89396424d..f072927a5b6 100644 --- a/archivers/zoo/Makefile +++ b/archivers/zoo/Makefile @@ -1,9 +1,10 @@ -# $NetBSD: Makefile,v 1.13 2003/01/19 06:46:23 salo Exp $ +# $NetBSD: Makefile,v 1.14 2003/03/29 12:40:05 jmmv 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/ @@ -14,7 +15,6 @@ LICENSE= zoo-license USE_BUILDLINK2= yes -WRKSRC= ${WRKDIR} ALL_TARGET= bsdansi MAKEFILE= makefile |