summaryrefslogtreecommitdiff
path: root/mk/platform/FreeBSD.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/FreeBSD.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/FreeBSD.mk')
-rw-r--r--mk/platform/FreeBSD.mk3
1 files changed, 1 insertions, 2 deletions
diff --git a/mk/platform/FreeBSD.mk b/mk/platform/FreeBSD.mk
index e7d9c74364f..47dbba8dbbe 100644
--- a/mk/platform/FreeBSD.mk
+++ b/mk/platform/FreeBSD.mk
@@ -1,4 +1,4 @@
-# $NetBSD: FreeBSD.mk,v 1.8 2005/03/18 18:16:35 tv Exp $
+# $NetBSD: FreeBSD.mk,v 1.9 2005/05/03 15:10:59 jlam Exp $
#
# Variable definitions for the FreeBSD operating system.
@@ -31,7 +31,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