aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordinoex <dinoex@FreeBSD.org>2001-08-01 13:06:44 +0800
committerdinoex <dinoex@FreeBSD.org>2001-08-01 13:06:44 +0800
commitc15cb7836bf150cd315a371808173431d68a39b4 (patch)
tree6ca2d78235a5c2328eb637619dc0da493c34456b
parentfdf6f52327a4c0fd0efc2441d19f8e71741943cb (diff)
downloadfreebsd-ports-gnome-c15cb7836bf150cd315a371808173431d68a39b4.tar.gz
freebsd-ports-gnome-c15cb7836bf150cd315a371808173431d68a39b4.tar.zst
freebsd-ports-gnome-c15cb7836bf150cd315a371808173431d68a39b4.zip
- DISTNAME needs PORTVERSION of master PORT
- Add support for Makefile.local - PORTREVISTION bumped PR: 28368
-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"