diff options
author | kris <kris@FreeBSD.org> | 2003-08-07 05:07:41 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2003-08-07 05:07:41 +0000 |
commit | 0b7fd01c0727d19e2cd548dbc31e18cce327d57a (patch) | |
tree | f78373cbaafc7f9c2802999471db1c9ff1f75ed4 /textproc | |
parent | ab7b9226899105362112077f5b95a532de094bd3 (diff) | |
download | FreeBSD-ports-0b7fd01c0727d19e2cd548dbc31e18cce327d57a.zip FreeBSD-ports-0b7fd01c0727d19e2cd548dbc31e18cce327d57a.tar.gz |
As announced on May 6, remove the broken no-ispell port
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/Makefile | 1 | ||||
-rw-r--r-- | textproc/no-ispell/Makefile | 20 |
2 files changed, 0 insertions, 21 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 9df6926..7ad6d03 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 6eb56529..0000000 --- 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" |