diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2003-08-07 05:07:41 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2003-08-07 05:07:41 +0000 |
commit | e1da6f6e6bb96a365af84807d833e8b08f7a4b69 (patch) | |
tree | 182b396d1acb76c0095923ae96e5f393743b8143 /textproc | |
parent | d10feb63cd488334f41aeff5a0cc7f2b91836705 (diff) | |
download | ports-e1da6f6e6bb96a365af84807d833e8b08f7a4b69.tar.gz ports-e1da6f6e6bb96a365af84807d833e8b08f7a4b69.zip |
Notes
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 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" |