diff options
author | Alexander Langer <alex@FreeBSD.org> | 2001-08-14 20:06:11 +0000 |
---|---|---|
committer | Alexander Langer <alex@FreeBSD.org> | 2001-08-14 20:06:11 +0000 |
commit | 96bc7435a6fb95b68997785bf8dc8d524ab66bab (patch) | |
tree | 740473c38ef74816b2f73669f96f31e4ac0157c8 /german | |
parent | 5bc487f2256dab10625e0bdab6eac0f79b4421a0 (diff) | |
download | ports-96bc7435a6fb95b68997785bf8dc8d524ab66bab.tar.gz ports-96bc7435a6fb95b68997785bf8dc8d524ab66bab.zip |
Notes
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" |