summaryrefslogtreecommitdiff
path: root/german
diff options
context:
space:
mode:
authorAlexander Langer <alex@FreeBSD.org>2001-08-14 20:05:49 +0000
committerAlexander Langer <alex@FreeBSD.org>2001-08-14 20:05:49 +0000
commit5bc487f2256dab10625e0bdab6eac0f79b4421a0 (patch)
tree7cb057bffe23cc6aa2f4d6b3e4d740457d8cd156 /german
parentRemove DISTNAME and UNSQ hacks, they have been merged to the masterport. (diff)
Add PORTREVISION=3.
Include Makefile.local, when possible. Submitted by: dinoex
Notes
Notes: svn path=/head/; revision=46257
Diffstat (limited to 'german')
-rw-r--r--german/ispell-alt/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/german/ispell-alt/Makefile b/german/ispell-alt/Makefile
index 88e74c396001..b91120039127 100644
--- a/german/ispell-alt/Makefile
+++ b/german/ispell-alt/Makefile
@@ -10,9 +10,14 @@ MAINTAINER= alex@FreeBSD.org
ISPELL_DEALT= yes
PORTNAME= ispell
PORTVERSION= 19991219
+PORTREVISION= 3
CATEGORIES= german
PKGNAMESUFFIX= -alt
MASTERDIR= ${.CURDIR}/../../textproc/ispell
+.if exists(${.CURDIR}/Makefile.local)
+.include "${.CURDIR}/Makefile.local"
+.endif
+
.include "${MASTERDIR}/Makefile"