summaryrefslogtreecommitdiff
path: root/german
diff options
context:
space:
mode:
authorWolfram Schneider <wosch@FreeBSD.org>1997-12-31 12:11:56 +0000
committerWolfram Schneider <wosch@FreeBSD.org>1997-12-31 12:11:56 +0000
commit3fdfdf0728f1482479d4c2f8ab96b421160b19ab (patch)
tree8e07354990af113a8fe8354fe9889f80e048623b /german
parentUse INSTALL_DATA macro. (diff)
${GZIP_CMD} -d -> ${GZCAT}
Notes
Notes: svn path=/head/; revision=9235
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>