diff options
author | wosch <wosch@FreeBSD.org> | 1997-12-28 12:18:03 +0000 |
---|---|---|
committer | wosch <wosch@FreeBSD.org> | 1997-12-28 12:18:03 +0000 |
commit | 846ce9f9fb90265d7084b21ec4a1f8af8dd90348 (patch) | |
tree | bd4d2c91abe03737e154ca2531019d538d94141f /german/dict/Makefile | |
parent | 9b7650ec57677df9a9743ebe48745e02019f973a (diff) | |
download | FreeBSD-ports-846ce9f9fb90265d7084b21ec4a1f8af8dd90348.zip FreeBSD-ports-846ce9f9fb90265d7084b21ec4a1f8af8dd90348.tar.gz |
Update to a new dictionary with 115,000 entries.
Diffstat (limited to 'german/dict/Makefile')
-rw-r--r-- | german/dict/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/german/dict/Makefile b/german/dict/Makefile index c689a01..65a3ccb 100644 --- a/german/dict/Makefile +++ b/german/dict/Makefile @@ -3,10 +3,10 @@ # Date created: 6 August 1997 # Whom: wosch # -# $Id: Makefile,v 1.2 1997/08/13 05:09:22 asami Exp $ +# $Id: Makefile,v 1.3 1997/08/16 10:14:36 wosch Exp $ # -DISTNAME= dict-1.0 +DISTNAME= dict-1.1 CATEGORIES= german MASTER_SITES= http://www.freebsd.org/~wosch/src/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${dict}.gz @@ -17,7 +17,7 @@ RUN_DEPENDS= ${PORTSDIR}/textproc/agrep EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} -dict= eng2germ.dict +dict= ger-eng.txt post-extract: ${dict} ${dict}: |