diff options
Diffstat (limited to 'german/dict/Makefile')
-rw-r--r-- | german/dict/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/german/dict/Makefile b/german/dict/Makefile index 9890e00597b0..7e8f23c98e1d 100644 --- a/german/dict/Makefile +++ b/german/dict/Makefile @@ -6,18 +6,18 @@ # $FreeBSD$ # -DISTNAME= dict-1.2 -PKGNAME= de-dict-1.2 +PORTNAME= de-dict +PORTVERSION= 1.2 CATEGORIES= german -MASTER_SITES= http://www.de.freebsd.org/~wosch/src/ +MASTER_SITES= http://www.de.freebsd.org/~wosch/src/ +DISTNAME= dict-${PORTVERSION} DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${dict}.gz +EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} -MAINTAINER= wosch@FreeBSD.org +MAINTAINER= wosch@FreeBSD.org RUN_DEPENDS= agrep:${PORTSDIR}/textproc/agrep -EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} - dict= ger-eng.txt post-extract: ${dict} |