diff options
author | wiz <wiz@pkgsrc.org> | 2000-10-21 20:51:22 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2000-10-21 20:51:22 +0000 |
commit | baf32ff3171488412fcb5b1a992be41ca181a5ae (patch) | |
tree | 6e16b5a609c8a4252e8a4d5ed9e19981edfd7ff4 /archivers/zip | |
parent | 4119241d6be2ab1d51fbc6a54c3eea17392f0589 (diff) | |
download | pkgsrc-baf32ff3171488412fcb5b1a992be41ca181a5ae.tar.gz |
reorder line for pkglint
Diffstat (limited to 'archivers/zip')
-rw-r--r-- | archivers/zip/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/archivers/zip/Makefile b/archivers/zip/Makefile index 2ea77593982..a7adacceab1 100644 --- a/archivers/zip/Makefile +++ b/archivers/zip/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2000/10/21 20:10:18 wiz Exp $ +# $NetBSD: Makefile,v 1.21 2000/10/21 20:51:22 wiz Exp $ # FreeBSD Id: Makefile,v 1.10 1997/04/27 16:06:15 ache Exp # @@ -8,13 +8,13 @@ CATEGORIES= archivers MASTER_SITES= ftp://ftp.info-zip.org/pub/infozip/src/ \ ftp://ftp.icce.rug.nl/infozip/src/ DISTFILES= zip23.tar.gz zcrypt29.zip -EXTRACT_ONLY= zip23.tar.gz MAINTAINER= wiz@netbsd.org HOMEPAGE= http://www.info-zip.org/pub/infozip/Zip.html BUILD_DEPENDS= unzip:../../archivers/unzip +EXTRACT_ONLY= zip23.tar.gz MAKEFILE= unix/Makefile MAKE_FLAGS= LOCAL_ZIP="${CFLAGS}" ALL_TARGET= generic |