From 5bc487f2256dab10625e0bdab6eac0f79b4421a0 Mon Sep 17 00:00:00 2001 From: Alexander Langer Date: Tue, 14 Aug 2001 20:05:49 +0000 Subject: Add PORTREVISION=3. Include Makefile.local, when possible. Submitted by: dinoex --- german/ispell-alt/Makefile | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'german') 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" -- cgit v1.2.3