diff options
-rw-r--r-- | german/ispell/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/german/ispell/Makefile b/german/ispell/Makefile index 2acc78239ade..a44792d8d91d 100644 --- a/german/ispell/Makefile +++ b/german/ispell/Makefile @@ -11,7 +11,14 @@ ISPELL_DEALT= yes ISPELL_DENEU= yes PORTNAME= ispell PORTVERSION= 20001109 +PORTREVISION= 2 +DISTNAME= ${PORTNAME}-3.2.04 +UNSQ= ${WRKDIR}/${DENEUDISTFILE:S=.tar.bz2$==}/bin/unsq.pl CATEGORIES= german MASTERDIR= ${.CURDIR}/../../textproc/ispell +.if exists(${.CURDIR}/Makefile.local) +.include "${.CURDIR}/Makefile.local" +.endif + .include "${MASTERDIR}/Makefile" |