diff options
author | Michael Haro <mharo@FreeBSD.org> | 2000-04-08 22:04:57 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 2000-04-08 22:04:57 +0000 |
commit | a0cb9ec98b59ded6aa7cb0b3f453902fd3ea72ba (patch) | |
tree | 3ffd72b216e533f037cfc7f06f222ca72e602018 /german/dict | |
parent | bcd8ffd9d02ae8abfa24cfffffc4c496a55b29e2 (diff) | |
download | ports-a0cb9ec98b59ded6aa7cb0b3f453902fd3ea72ba.tar.gz ports-a0cb9ec98b59ded6aa7cb0b3f453902fd3ea72ba.zip |
Notes
Diffstat (limited to 'german/dict')
-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} |