aboutsummaryrefslogtreecommitdiffstats
path: root/german
diff options
context:
space:
mode:
authorwosch <wosch@FreeBSD.org>1997-12-31 20:11:56 +0800
committerwosch <wosch@FreeBSD.org>1997-12-31 20:11:56 +0800
commit8c1bf6d605c631e36db41403b2150b8809dbaf56 (patch)
tree74d58b7f6826811ecf615b80d61d5261266e77dd /german
parent957d3f55582ff7f1bc3537fd0a63cd4e8895c374 (diff)
downloadfreebsd-ports-gnome-8c1bf6d605c631e36db41403b2150b8809dbaf56.tar.gz
freebsd-ports-gnome-8c1bf6d605c631e36db41403b2150b8809dbaf56.tar.zst
freebsd-ports-gnome-8c1bf6d605c631e36db41403b2150b8809dbaf56.zip
${GZIP_CMD} -d -> ${GZCAT}
Diffstat (limited to 'german')
-rw-r--r--german/dict/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/german/dict/Makefile b/german/dict/Makefile
index 65a3ccb307a3..55ad88746576 100644
--- a/german/dict/Makefile
+++ b/german/dict/Makefile
@@ -3,7 +3,7 @@
# Date created: 6 August 1997
# Whom: wosch
#
-# $Id: Makefile,v 1.3 1997/08/16 10:14:36 wosch Exp $
+# $Id: Makefile,v 1.4 1997/12/28 12:17:46 wosch Exp $
#
DISTNAME= dict-1.1
@@ -21,6 +21,6 @@ dict= ger-eng.txt
post-extract: ${dict}
${dict}:
- ${GZIP_CMD} -d < ${DISTDIR}/${dict}.gz > ${WRKSRC}/${.TARGET}
+ ${GZCAT} < ${DISTDIR}/${dict}.gz > ${WRKSRC}/${.TARGET}
.include <bsd.port.mk>