diff options
author | jmz <jmz@FreeBSD.org> | 2001-03-11 10:04:58 +0800 |
---|---|---|
committer | jmz <jmz@FreeBSD.org> | 2001-03-11 10:04:58 +0800 |
commit | 9fee78f5f9923a963d89c489b548906981f88bed (patch) | |
tree | f554172ce6b5f1556fba8d9dea7ae8b22196b1ae /textproc/ispell | |
parent | a2551f7d7c3c388b773bc1b9096e955ad32bd7c2 (diff) | |
download | freebsd-ports-gnome-9fee78f5f9923a963d89c489b548906981f88bed.tar.gz freebsd-ports-gnome-9fee78f5f9923a963d89c489b548906981f88bed.tar.zst freebsd-ports-gnome-9fee78f5f9923a963d89c489b548906981f88bed.zip |
Use MAINTAINER?= instead of MAINTAINER=. I dont want to receive build errors
for xx-ipell ports I don't maintain.
Diffstat (limited to 'textproc/ispell')
-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 |