diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-23 02:05:04 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-23 02:05:04 +0800 |
commit | 4ab0594f63e38be08f045ae986deea85d9f8e781 (patch) | |
tree | 5ccc149311d24585961d9a2cf90f90b5de162a2d /german | |
parent | 144134eb9b1691db727f497d0fe3e24da49605ee (diff) | |
download | freebsd-ports-gnome-4ab0594f63e38be08f045ae986deea85d9f8e781.tar.gz freebsd-ports-gnome-4ab0594f63e38be08f045ae986deea85d9f8e781.tar.zst freebsd-ports-gnome-4ab0594f63e38be08f045ae986deea85d9f8e781.zip |
Fix NO_STAGE attribution
Diffstat (limited to 'german')
-rw-r--r-- | german/ispell-alt/Makefile | 2 | ||||
-rw-r--r-- | german/ispell-neu/Makefile | 2 | ||||
-rw-r--r-- | german/ispell/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/german/ispell-alt/Makefile b/german/ispell-alt/Makefile index b267881ed921..ed40d790e5d8 100644 --- a/german/ispell-alt/Makefile +++ b/german/ispell-alt/Makefile @@ -9,9 +9,9 @@ MAINTAINER= office@FreeBSD.org ISPELL_DEALT= yes MASTERDIR= ${.CURDIR}/../../textproc/ispell +NO_STAGE= yes .if exists(${.CURDIR}/Makefile.local) -NO_STAGE= yes .include "${.CURDIR}/Makefile.local" .endif diff --git a/german/ispell-neu/Makefile b/german/ispell-neu/Makefile index f8739b7ca190..5b149bc7413b 100644 --- a/german/ispell-neu/Makefile +++ b/german/ispell-neu/Makefile @@ -10,9 +10,9 @@ MAINTAINER= office@FreeBSD.org ISPELL_DENEU= yes MASTERDIR= ${.CURDIR}/../../textproc/ispell USES= perl5 +NO_STAGE= yes .if exists(${.CURDIR}/Makefile.local) -NO_STAGE= yes .include "${.CURDIR}/Makefile.local" .endif diff --git a/german/ispell/Makefile b/german/ispell/Makefile index 7f0c07cdc902..f24613b23dc2 100644 --- a/german/ispell/Makefile +++ b/german/ispell/Makefile @@ -12,9 +12,9 @@ USES= perl5 ISPELL_DEALT= yes ISPELL_DENEU= yes MASTERDIR= ${.CURDIR}/../../textproc/ispell +NO_STAGE= yes .if exists(${.CURDIR}/Makefile.local) -NO_STAGE= yes .include "${.CURDIR}/Makefile.local" .endif |