diff options
author | wiz <wiz> | 2000-10-21 20:51:22 +0000 |
---|---|---|
committer | wiz <wiz> | 2000-10-21 20:51:22 +0000 |
commit | f2199dfd8dad2ad82ce9f4b4c3f2474bd25694ec (patch) | |
tree | 6e16b5a609c8a4252e8a4d5ed9e19981edfd7ff4 /archivers | |
parent | 5999a8bfbd797906ffb04c08a824431f95dfa566 (diff) | |
download | pkgsrc-f2199dfd8dad2ad82ce9f4b4c3f2474bd25694ec.tar.gz |
reorder line for pkglint
Diffstat (limited to 'archivers')
-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 |