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-base | |
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-base')
-rw-r--r-- | archivers/gzip-base/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/archivers/gzip-base/Makefile b/archivers/gzip-base/Makefile index 87f9ea54062..105a7d33a48 100644 --- a/archivers/gzip-base/Makefile +++ b/archivers/gzip-base/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2002/01/27 18:32:33 jlam Exp $ +# $NetBSD: Makefile,v 1.10 2002/08/25 21:49:09 jlam Exp $ DISTNAME= gzip-1.2.4a PKGNAME= gzip-base-1.2.4a @@ -11,14 +11,11 @@ MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.gnu.org/software/gzip/gzip.html COMMENT= Compress or expand files +USE_BUILDLINK2= yes GNU_CONFIGURE= yes BUILD_TARGET= all manlinks=so INSTALL_TARGET= install manlinks=so -.if exists(/usr/bin/gzip) -IGNORE= "${PKGNAME} is part of your ${OPSYS} distribution" -.endif - # We avoid using a patch for disabling the install of the info # file. The easu part is that "install-info" is not called so # we can simply remove the single installed info file. |