diff options
author | Jean-Marc Zucconi <jmz@FreeBSD.org> | 2000-02-11 21:03:11 +0000 |
---|---|---|
committer | Jean-Marc Zucconi <jmz@FreeBSD.org> | 2000-02-11 21:03:11 +0000 |
commit | dc6c1282a778d5105173a4ecf331860a1a335562 (patch) | |
tree | 882c6a3e6cc34edbd8b2bd0c35d0e7fa12852df4 /textproc/no-ispell | |
parent | b3f5849704c9a42d14f48c00249a8c2aaa4ef2c4 (diff) |
Notes
Diffstat (limited to 'textproc/no-ispell')
-rw-r--r-- | textproc/no-ispell/Makefile | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/textproc/no-ispell/Makefile b/textproc/no-ispell/Makefile new file mode 100644 index 000000000000..f4607a38b483 --- /dev/null +++ b/textproc/no-ispell/Makefile @@ -0,0 +1,15 @@ +# New ports collection makefile for: no-ispell +# Version required: 1.1 +# Date created: 10 February 2000 +# Whom: Alexander Langer <alex@big.endian.de> +# +# $FreeBSD$ +# + +MAINTAINER= alex@big.endian.de + +ISPELL_NO= yes +PKGNAME= no-ispell-1.1 +MASTERDIR= ${.CURDIR}/../ispell + +.include "${MASTERDIR}/Makefile" |