diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-01-29 07:10:12 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-01-29 07:10:12 +0000 |
commit | ecf11e810f2c623cc9f6e0f52ddace35848e20cd (patch) | |
tree | f91ab1237c144bd44246bd7ac96d45345c068008 /german/ispell | |
parent | 15056e10f46a6b21d52ba2a80f352a215b3123d2 (diff) |
Notes
Diffstat (limited to 'german/ispell')
-rw-r--r-- | german/ispell/Makefile | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/german/ispell/Makefile b/german/ispell/Makefile deleted file mode 100644 index f24613b23dc2..000000000000 --- a/german/ispell/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# Created by: Alexander Langer <alex@big.endian.de> -# $FreeBSD$ - -PORTNAME= ispell -CATEGORIES= german -PKGNAMESUFFIX= -20071211 - -MAINTAINER= office@FreeBSD.org - -USES= perl5 - -ISPELL_DEALT= yes -ISPELL_DENEU= yes -MASTERDIR= ${.CURDIR}/../../textproc/ispell -NO_STAGE= yes - -.if exists(${.CURDIR}/Makefile.local) -.include "${.CURDIR}/Makefile.local" -.endif - -.include "${MASTERDIR}/Makefile" |