diff options
author | salo <salo@pkgsrc.org> | 2003-05-28 20:37:08 +0000 |
---|---|---|
committer | salo <salo@pkgsrc.org> | 2003-05-28 20:37:08 +0000 |
commit | 6241c4e07ba3d647ed160b5418af6baeb53e6f5d (patch) | |
tree | 8546b6e8a8ed588230cd3a40cbda47f2ec3691e1 /archivers/gzip/Makefile | |
parent | 003be5426474a7c745eaff5898098b157de7169e (diff) | |
download | pkgsrc-6241c4e07ba3d647ed160b5418af6baeb53e6f5d.tar.gz |
PKGREVISION++
- install scripts with executable bit set.
- style nits (DESCR has 80 columns, make PKGNAME version agnostic, move
comment about info file where it belongs, ..).
Addresses PR pkg/21702 by Rob Quinn.
Diffstat (limited to 'archivers/gzip/Makefile')
-rw-r--r-- | archivers/gzip/Makefile | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/archivers/gzip/Makefile b/archivers/gzip/Makefile index d4b067f3d1e..9cd64b29d09 100644 --- a/archivers/gzip/Makefile +++ b/archivers/gzip/Makefile @@ -1,6 +1,8 @@ -# $NetBSD: Makefile,v 1.7 2003/03/28 21:14:12 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2003/05/28 20:37:08 salo Exp $ +# DISTNAME= gzip-1.2.4a +PKGREVISION= 1 CATEGORIES= archivers MASTER_SITES= # empty DISTFILES= # empty @@ -9,15 +11,15 @@ MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.gnu.org/software/gzip/gzip.html COMMENT= The "meta-package" for the GZIP compression utility -DEPENDS+= gzip-base-1.2.4a:../../archivers/gzip-base +DEPENDS+= gzip-base-1.2.4anb1:../../archivers/gzip-base DEPENDS+= gzip-info-1.2.4a:../../archivers/gzip-info -USE_BUILDLINK2= yes +USE_BUILDLINK2= YES EXTRACT_ONLY= # empty -NO_CHECKSUM= yes -NO_CONFIGURE= yes -NO_BUILD= yes +NO_CHECKSUM= YES +NO_CONFIGURE= YES +NO_BUILD= YES do-install: # empty |