diff options
author | wosch <wosch@FreeBSD.org> | 1997-12-31 12:11:56 +0000 |
---|---|---|
committer | wosch <wosch@FreeBSD.org> | 1997-12-31 12:11:56 +0000 |
commit | 8c1bf6d605c631e36db41403b2150b8809dbaf56 (patch) | |
tree | 74d58b7f6826811ecf615b80d61d5261266e77dd /german | |
parent | 957d3f55582ff7f1bc3537fd0a63cd4e8895c374 (diff) | |
download | FreeBSD-ports-8c1bf6d605c631e36db41403b2150b8809dbaf56.zip FreeBSD-ports-8c1bf6d605c631e36db41403b2150b8809dbaf56.tar.gz |
${GZIP_CMD} -d -> ${GZCAT}
Diffstat (limited to 'german')
-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 65a3ccb..55ad887 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> |