aboutsummaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2003-08-07 05:07:41 +0000
committerKris Kennaway <kris@FreeBSD.org>2003-08-07 05:07:41 +0000
commite1da6f6e6bb96a365af84807d833e8b08f7a4b69 (patch)
tree182b396d1acb76c0095923ae96e5f393743b8143 /textproc
parentd10feb63cd488334f41aeff5a0cc7f2b91836705 (diff)
downloadports-e1da6f6e6bb96a365af84807d833e8b08f7a4b69.tar.gz
ports-e1da6f6e6bb96a365af84807d833e8b08f7a4b69.zip
Notes
Diffstat (limited to 'textproc')
-rw-r--r--textproc/Makefile1
-rw-r--r--textproc/no-ispell/Makefile20
2 files changed, 0 insertions, 21 deletions
diff --git a/textproc/Makefile b/textproc/Makefile
index 9df6926559f4..7ad6d0357885 100644
--- a/textproc/Makefile
+++ b/textproc/Makefile
@@ -157,7 +157,6 @@
SUBDIR += nl-aspell
SUBDIR += nl-ispell
SUBDIR += no-aspell
- SUBDIR += no-ispell
SUBDIR += ocaml-pxp
SUBDIR += ocaml-yaxpo
SUBDIR += openjade
diff --git a/textproc/no-ispell/Makefile b/textproc/no-ispell/Makefile
deleted file mode 100644
index 6eb565294296..000000000000
--- a/textproc/no-ispell/Makefile
+++ /dev/null
@@ -1,20 +0,0 @@
-# New ports collection makefile for: no-ispell
-# Date created: 10 February 2000
-# Whom: Alexander Langer <alex@big.endian.de>
-#
-# $FreeBSD$
-#
-
-MAINTAINER= alex@FreeBSD.org
-
-BROKEN= "Does not build"
-
-ISPELL_NO= yes
-PORTNAME= no-ispell
-PORTVERSION= 2.0
-PORTREVISION= 1
-MASTERDIR= ${.CURDIR}/../ispell
-
-USE_PERL5= yes
-
-.include "${MASTERDIR}/Makefile"