summaryrefslogtreecommitdiff
path: root/german
diff options
context:
space:
mode:
authorAlexander Langer <alex@FreeBSD.org>2001-08-14 20:06:11 +0000
committerAlexander Langer <alex@FreeBSD.org>2001-08-14 20:06:11 +0000
commit96bc7435a6fb95b68997785bf8dc8d524ab66bab (patch)
tree740473c38ef74816b2f73669f96f31e4ac0157c8 /german
parentAdd PORTREVISION=3. (diff)
Add PORTREVISION=3.
Include Makefile.local, if possible. Submitted by: dinoex
Notes
Notes: svn path=/head/; revision=46258
Diffstat (limited to 'german')
-rw-r--r--german/ispell-neu/Makefile5
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"