diff options
author | jlam <jlam@pkgsrc.org> | 2002-08-25 21:48:57 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2002-08-25 21:48:57 +0000 |
commit | 1c57323789a922a7182ba378831f2c0a336a6959 (patch) | |
tree | c8d09a03adeac7a950080d8040f6c9ceb10ef9d2 /archivers/gzip | |
parent | ee84541509a09b09b26167f474c4b53185c17b5f (diff) | |
download | pkgsrc-1c57323789a922a7182ba378831f2c0a336a6959.tar.gz |
Merge packages from the buildlink2 branch back into the main trunk that
have been converted to USE_BUILDLINK2.
Diffstat (limited to 'archivers/gzip')
-rw-r--r-- | archivers/gzip/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/archivers/gzip/Makefile b/archivers/gzip/Makefile index 99de150e5b6..2447bd4630a 100644 --- a/archivers/gzip/Makefile +++ b/archivers/gzip/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2001/02/16 14:19:26 agc Exp $ +# $NetBSD: Makefile,v 1.6 2002/08/25 21:49:09 jlam Exp $ DISTNAME= gzip-1.2.4a CATEGORIES= archivers @@ -12,6 +12,8 @@ COMMENT= The "meta-package" for the GZIP compression utility DEPENDS+= gzip-base-1.2.4a:../../archivers/gzip-base DEPENDS+= gzip-info-1.2.4a:../../archivers/gzip-info +USE_BUILDLINK2= yes + EXTRACT_ONLY= # empty NO_CHECKSUM= yes NO_PATCH= yes @@ -20,8 +22,4 @@ NO_BUILD= yes do-install: # empty -.if exists(/usr/bin/gzip) -IGNORE= "${PKGNAME} is part of your ${OPSYS} distribution" -.endif - .include "../../mk/bsd.pkg.mk" |