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 /polish | |
parent | 15056e10f46a6b21d52ba2a80f352a215b3123d2 (diff) | |
download | ports-ecf11e810f2c623cc9f6e0f52ddace35848e20cd.tar.gz ports-ecf11e810f2c623cc9f6e0f52ddace35848e20cd.zip |
Notes
Diffstat (limited to 'polish')
-rw-r--r-- | polish/Makefile | 1 | ||||
-rw-r--r-- | polish/ispell/Makefile | 20 |
2 files changed, 0 insertions, 21 deletions
diff --git a/polish/Makefile b/polish/Makefile index 4d44bee0cc73..15aabad1f4c0 100644 --- a/polish/Makefile +++ b/polish/Makefile @@ -12,7 +12,6 @@ SUBDIR += gnugadu2 SUBDIR += hunspell SUBDIR += hyphen - SUBDIR += ispell SUBDIR += kadu SUBDIR += kde4-l10n SUBDIR += libgadu diff --git a/polish/ispell/Makefile b/polish/ispell/Makefile deleted file mode 100644 index 5023258f2e08..000000000000 --- a/polish/ispell/Makefile +++ /dev/null @@ -1,20 +0,0 @@ -# Created by: jmz -# $FreeBSD$ - -PORTNAME= ispell -CATEGORIES= polish -PKGNAMESUFFIX= -20021127 - -MAINTAINER= wtp@bsdguru.org - -ISPELL_PL= yes -USES= perl5 -NO_STAGE= yes - -MASTERDIR= ${.CURDIR}/../../textproc/ispell - -.if exists(${.CURDIR}/Makefile.local) -.include "${.CURDIR}/Makefile.local" -.endif - -.include "${MASTERDIR}/Makefile" |