summaryrefslogtreecommitdiff
path: root/mk/platform/AIX.mk
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2005-05-03 15:10:59 +0000
committerjlam <jlam@pkgsrc.org>2005-05-03 15:10:59 +0000
commitb05ae433811a3221ba00585e87623b75fd0827ac (patch)
tree25ccf53ecaaf1c10ec4170317a3d9832dc41687a /mk/platform/AIX.mk
parent5e0f39a3c408705eb8748ed90978104fce564b81 (diff)
downloadpkgsrc-b05ae433811a3221ba00585e87623b75fd0827ac.tar.gz
Back out part of a change from revision 1.756 of bsd.pkg.mk. It was
a mistake to include "GZIP" as an ${OPSYS}-specific variable as there is nothing ${OPSYS}-specific there to tune. Define GZIP in defaults/mk.conf instead, and remove the definition from each of the existing platform/${OPSYS}.mk files.
Diffstat (limited to 'mk/platform/AIX.mk')
-rw-r--r--mk/platform/AIX.mk3
1 files changed, 1 insertions, 2 deletions
diff --git a/mk/platform/AIX.mk b/mk/platform/AIX.mk
index 927ee102b49..1266e388ee2 100644
--- a/mk/platform/AIX.mk
+++ b/mk/platform/AIX.mk
@@ -1,4 +1,4 @@
-# $NetBSD: AIX.mk,v 1.13 2005/03/29 08:17:42 garbled Exp $
+# $NetBSD: AIX.mk,v 1.14 2005/05/03 15:10:59 jlam Exp $
#
# Variable definitions for the AIX operating system.
@@ -48,7 +48,6 @@ GTAR?= /usr/bin/tar
.endif
GUNZIP_CMD?= ${LOCALBASE}/bin/gunzip -f
GZCAT?= ${LOCALBASE}/bin/zcat
-GZIP?= -9
GZIP_CMD?= ${LOCALBASE}/bin/gzip -nf ${GZIP}
HEAD?= /usr/bin/head
HOSTNAME_CMD?= /bin/hostname