pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/archivers/gzip-base Fixed pkglint warnings.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3347dd65f9df
branches:  trunk
changeset: 507843:3347dd65f9df
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Thu Feb 09 18:29:01 2006 +0000

description:
Fixed pkglint warnings.

diffstat:

 archivers/gzip-base/Makefile |  8 +++-----
 1 files changed, 3 insertions(+), 5 deletions(-)

diffs (28 lines):

diff -r e3250e0e2864 -r 3347dd65f9df archivers/gzip-base/Makefile
--- a/archivers/gzip-base/Makefile      Thu Feb 09 18:17:52 2006 +0000
+++ b/archivers/gzip-base/Makefile      Thu Feb 09 18:29:01 2006 +0000
@@ -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 @@
 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@localhost
@@ -16,8 +16,6 @@
 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"



Home | Main Index | Thread Index | Old Index