diff options
author | Wolfram Schneider <wosch@FreeBSD.org> | 1997-12-31 12:11:56 +0000 |
---|---|---|
committer | Wolfram Schneider <wosch@FreeBSD.org> | 1997-12-31 12:11:56 +0000 |
commit | 3fdfdf0728f1482479d4c2f8ab96b421160b19ab (patch) | |
tree | 8e07354990af113a8fe8354fe9889f80e048623b /german/dict | |
parent | af220a4381aa65c335157da23d15f21e168dd320 (diff) | |
download | ports-3fdfdf0728f1482479d4c2f8ab96b421160b19ab.tar.gz ports-3fdfdf0728f1482479d4c2f8ab96b421160b19ab.zip |
Notes
Diffstat (limited to 'german/dict')
-rw-r--r-- | german/dict/Makefile | 4 |
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> |