diff options
author | Alexander Langer <alex@FreeBSD.org> | 2001-08-14 20:05:49 +0000 |
---|---|---|
committer | Alexander Langer <alex@FreeBSD.org> | 2001-08-14 20:05:49 +0000 |
commit | 5bc487f2256dab10625e0bdab6eac0f79b4421a0 (patch) | |
tree | 7cb057bffe23cc6aa2f4d6b3e4d740457d8cd156 /german | |
parent | Remove DISTNAME and UNSQ hacks, they have been merged to the masterport. (diff) |
Add PORTREVISION=3.
Include Makefile.local, when possible.
Submitted by: dinoex
Diffstat (limited to 'german')
-rw-r--r-- | german/ispell-alt/Makefile | 5 |
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" |