aboutsummaryrefslogtreecommitdiffstats
path: root/german
diff options
context:
space:
mode:
authorAlexander Langer <alex@FreeBSD.org>2001-08-15 04:05:49 +0800
committerAlexander Langer <alex@FreeBSD.org>2001-08-15 04:05:49 +0800
commit5bc487f2256dab10625e0bdab6eac0f79b4421a0 (patch)
tree7cb057bffe23cc6aa2f4d6b3e4d740457d8cd156 /german
parent3d58c21f6a5014588bf604f5252b40d446fde330 (diff)
downloadfreebsd-ports-5bc487f2256dab10625e0bdab6eac0f79b4421a0.tar.gz
freebsd-ports-5bc487f2256dab10625e0bdab6eac0f79b4421a0.tar.zst
freebsd-ports-5bc487f2256dab10625e0bdab6eac0f79b4421a0.zip
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"