summaryrefslogtreecommitdiff
path: root/mk/platform/OpenBSD.mk
diff options
context:
space:
mode:
authorjlam <jlam>2005-05-03 15:10:59 +0000
committerjlam <jlam>2005-05-03 15:10:59 +0000
commitf022e28d8e011ff61727061f0e92cdf446212ca8 (patch)
tree25ccf53ecaaf1c10ec4170317a3d9832dc41687a /mk/platform/OpenBSD.mk
parent780af64967a375e3bed67e355e207553b3d9f9aa (diff)
downloadpkgsrc-f022e28d8e011ff61727061f0e92cdf446212ca8.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/OpenBSD.mk')
-rw-r--r--mk/platform/OpenBSD.mk3
1 files changed, 1 insertions, 2 deletions
diff --git a/mk/platform/OpenBSD.mk b/mk/platform/OpenBSD.mk
index e21fa889ffe..05ca4cc855b 100644
--- a/mk/platform/OpenBSD.mk
+++ b/mk/platform/OpenBSD.mk
@@ -1,4 +1,4 @@
-# $NetBSD: OpenBSD.mk,v 1.12 2005/03/18 18:16:35 tv Exp $
+# $NetBSD: OpenBSD.mk,v 1.13 2005/05/03 15:10:59 jlam Exp $
#
# Variable definitions for the OpenBSD operating system.
@@ -30,7 +30,6 @@ GTAR?= /usr/bin/tar
.endif
GUNZIP_CMD?= /usr/bin/gunzip -f
GZCAT?= /usr/bin/gzcat
-GZIP?= -9
GZIP_CMD?= /usr/bin/gzip -nf ${GZIP}
HEAD?= /usr/bin/head
HOSTNAME_CMD?= /bin/hostname