From 96bc7435a6fb95b68997785bf8dc8d524ab66bab Mon Sep 17 00:00:00 2001 From: Alexander Langer Date: Tue, 14 Aug 2001 20:06:11 +0000 Subject: Add PORTREVISION=3. Include Makefile.local, if possible. Submitted by: dinoex --- german/ispell-neu/Makefile | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'german/ispell-neu') diff --git a/german/ispell-neu/Makefile b/german/ispell-neu/Makefile index e5a3759cecea..5b2436cb8ba5 100644 --- a/german/ispell-neu/Makefile +++ b/german/ispell-neu/Makefile @@ -10,8 +10,13 @@ MAINTAINER= alex@FreeBSD.org ISPELL_DENEU= yes PORTNAME= ispell PORTVERSION= 20001109 +PORTREVISION= 3 CATEGORIES= german PKGNAMESUFFIX= -neu MASTERDIR= ${.CURDIR}/../../textproc/ispell +.if exists(${.CURDIR}/Makefile.local) +.include "${.CURDIR}/Makefile.local" +.endif + .include "${MASTERDIR}/Makefile" -- cgit v1.2.3