diff options
Diffstat (limited to 'german/ispell-alt/Makefile')
-rw-r--r-- | german/ispell-alt/Makefile | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/german/ispell-alt/Makefile b/german/ispell-alt/Makefile index b91120039127..fc41ba1fd7d2 100644 --- a/german/ispell-alt/Makefile +++ b/german/ispell-alt/Makefile @@ -5,14 +5,13 @@ # $FreeBSD$ # +PORTNAME= ispell +CATEGORIES= german +PKGNAMESUFFIX= -alt-19991219 + MAINTAINER= alex@FreeBSD.org ISPELL_DEALT= yes -PORTNAME= ispell -PORTVERSION= 19991219 -PORTREVISION= 3 -CATEGORIES= german -PKGNAMESUFFIX= -alt MASTERDIR= ${.CURDIR}/../../textproc/ispell .if exists(${.CURDIR}/Makefile.local) @@ -20,4 +19,3 @@ MASTERDIR= ${.CURDIR}/../../textproc/ispell .endif .include "${MASTERDIR}/Makefile" - |