From 007c7f0c9d4eaad89449342ee90e4b102925caec Mon Sep 17 00:00:00 2001 From: mharo Date: Sat, 8 Apr 2000 22:04:57 +0000 Subject: update with the new PORTNAME/PORTVERSION variables --- german/dict/Makefile | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'german/dict/Makefile') 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} -- cgit