diff options
Diffstat (limited to 'german')
-rw-r--r-- | german/ispell-neu/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/german/ispell-neu/Makefile b/german/ispell-neu/Makefile index e5a3759cecea..5b2436cb8ba5 100644 --- a/german/ispell-neu/Makefile +++ b/german/ispell-neu/Makefile @@ -10,8 +10,13 @@ MAINTAINER= alex@FreeBSD.org ISPELL_DENEU= yes PORTNAME= ispell PORTVERSION= 20001109 +PORTREVISION= 3 CATEGORIES= german PKGNAMESUFFIX= -neu MASTERDIR= ${.CURDIR}/../../textproc/ispell +.if exists(${.CURDIR}/Makefile.local) +.include "${.CURDIR}/Makefile.local" +.endif + .include "${MASTERDIR}/Makefile" |