summaryrefslogtreecommitdiff
path: root/mk/platform/DragonFly.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
commit8f5d2304a38c0f4f4004a1d965aff59014fca4a5 (patch)
tree25ccf53ecaaf1c10ec4170317a3d9832dc41687a /mk/platform/DragonFly.mk
parentd64123d4f9edc20e300ea3ec99954b86a520d309 (diff)
downloadpkgsrc-8f5d2304a38c0f4f4004a1d965aff59014fca4a5.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/DragonFly.mk')
-rw-r--r--mk/platform/DragonFly.mk3
1 files changed, 1 insertions, 2 deletions
diff --git a/mk/platform/DragonFly.mk b/mk/platform/DragonFly.mk
index ce2c086330e..bb30bfb4882 100644
--- a/mk/platform/DragonFly.mk
+++ b/mk/platform/DragonFly.mk
@@ -1,4 +1,4 @@
-# $NetBSD: DragonFly.mk,v 1.11 2005/03/22 15:40:06 tv Exp $
+# $NetBSD: DragonFly.mk,v 1.12 2005/05/03 15:10:59 jlam Exp $
#
# Variable definitions for the DragonFly 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