summaryrefslogtreecommitdiff
path: root/german/ispell
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2001-08-01 05:06:44 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2001-08-01 05:06:44 +0000
commit119ffec125361a5bd0243fd935b2b9b81f07b945 (patch)
treea98a90ff34d196cb688da2bb07c09e9bb7dc91dc /german/ispell
parent- othe ports need to overwrite UNSQ (diff)
- DISTNAME needs PORTVERSION of master PORT
- Add support for Makefile.local - PORTREVISTION bumped PR: 28368
Notes
Notes: svn path=/head/; revision=45683
Diffstat (limited to 'german/ispell')
-rw-r--r--german/ispell/Makefile7
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"