summaryrefslogtreecommitdiff
path: root/archivers/gzip
diff options
context:
space:
mode:
authorjlam <jlam>2002-08-25 21:48:57 +0000
committerjlam <jlam>2002-08-25 21:48:57 +0000
commit02526271b78c18a0c07b3ea8be04d2a61b0bf8e7 (patch)
treec8d09a03adeac7a950080d8040f6c9ceb10ef9d2 /archivers/gzip
parent521a29ec203c35a133d1b565a410d027176ebfc9 (diff)
downloadpkgsrc-02526271b78c18a0c07b3ea8be04d2a61b0bf8e7.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/Makefile8
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"