diff options
author | mharo <mharo@FreeBSD.org> | 2000-04-09 06:04:57 +0800 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 2000-04-09 06:04:57 +0800 |
commit | 007c7f0c9d4eaad89449342ee90e4b102925caec (patch) | |
tree | 114f7c864c24ff21a525d1dd997282751fdf3b12 /german/dict/Makefile | |
parent | ff937aa62d305b29ccf01992d537477ef5b3b89d (diff) | |
download | freebsd-ports-gnome-007c7f0c9d4eaad89449342ee90e4b102925caec.tar.gz freebsd-ports-gnome-007c7f0c9d4eaad89449342ee90e4b102925caec.tar.zst freebsd-ports-gnome-007c7f0c9d4eaad89449342ee90e4b102925caec.zip |
update with the new PORTNAME/PORTVERSION variables
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} |