diff options
author | rillig <rillig@pkgsrc.org> | 2006-02-09 18:29:01 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2006-02-09 18:29:01 +0000 |
commit | 48469f7f99e46416178261bb35ab0987d7a3005b (patch) | |
tree | 894c7c37f5c3149e24e481f711fe1a81714ca597 /archivers | |
parent | bda4fb0259627aaaaed88dc5ed070c34ca453585 (diff) | |
download | pkgsrc-48469f7f99e46416178261bb35ab0987d7a3005b.tar.gz |
Fixed pkglint warnings.
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/gzip-base/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/archivers/gzip-base/Makefile b/archivers/gzip-base/Makefile index 245661cf619..d080910cad7 100644 --- a/archivers/gzip-base/Makefile +++ b/archivers/gzip-base/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2005/09/02 22:58:42 rillig Exp $ +# $NetBSD: Makefile,v 1.21 2006/02/09 18:29:01 rillig Exp $ # DISTNAME= gzip-1.2.4a @@ -6,7 +6,7 @@ PKGNAME= ${DISTNAME:S/gzip-/gzip-base-/:S/a$/b/} PKGREVISION= 1 SVR4_PKGNAME= gzipb CATEGORIES= archivers -MASTER_SITES= ${MASTER_SITE_GNU:=gzip/} +MASTER_SITES= ${MASTER_SITE_GNU:=gzip/} EXTRACT_SUFX= .shar MAINTAINER= tech-pkg@NetBSD.org @@ -16,8 +16,6 @@ COMMENT= Compress or expand files PKG_INSTALLATION_TYPES= overwrite pkgviews GNU_CONFIGURE= YES - -BUILD_TARGET= all manlinks=so -INSTALL_TARGET= install manlinks=so +MAKE_FLAGS+= manlinks=so .include "../../mk/bsd.pkg.mk" |