diff options
author | Jean-Marc Zucconi <jmz@FreeBSD.org> | 2001-03-11 02:04:58 +0000 |
---|---|---|
committer | Jean-Marc Zucconi <jmz@FreeBSD.org> | 2001-03-11 02:04:58 +0000 |
commit | 2932c2c73e3913f1fd8db97298b5736a629e579e (patch) | |
tree | 4b00e1222b5610d7c66549369f5f4b045ce3a249 /textproc | |
parent | Add floppyd.1 floppyd_ andstalltest man pages (diff) |
Use MAINTAINER?= instead of MAINTAINER=. I dont want to receive build errors
for xx-ipell ports I don't maintain.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/ispell/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/ispell/Makefile b/textproc/ispell/Makefile index cc3ee81e023e..7051c373bcae 100644 --- a/textproc/ispell/Makefile +++ b/textproc/ispell/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= ftp://ftp.cs.ucla.edu/pub/ispell-3.1/ \ ftp://ftp.kiarchive.ru/pub/unix/text/ispell/ DISTNAME= ispell-3.1 -MAINTAINER= jmz@FreeBSD.org +MAINTAINER?= jmz@FreeBSD.org PATCH_SITES= ftp://ftp.kiarchive.ru/pub/unix/text/ispell/ ISPELL_FILES= ispell-3.1.20.tar.gz HTML_PATCH= ispell-html-mode.patch |