diff options
author | Sheldon Hearn <sheldonh@FreeBSD.org> | 1999-08-16 16:09:38 +0000 |
---|---|---|
committer | Sheldon Hearn <sheldonh@FreeBSD.org> | 1999-08-16 16:09:38 +0000 |
commit | 9bb6259feedb53f55c85fc961a4daec542828063 (patch) | |
tree | b817301d368392dc0a0f4b8eb27f295b47efbc35 /textproc/aspell | |
parent | As in the i386, `tm.h' includes headers for us. (diff) |
Mail to the maintainer's address bounces. Assign to ports@freebsd.org .
Notes
Notes:
svn path=/head/; revision=20750
Diffstat (limited to 'textproc/aspell')
-rw-r--r-- | textproc/aspell/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/aspell/Makefile b/textproc/aspell/Makefile index 810e795e2a21..251c08f8b375 100644 --- a/textproc/aspell/Makefile +++ b/textproc/aspell/Makefile @@ -3,7 +3,7 @@ # Date created: 7 December 1998 # Whom: Josh Gilliam <josh@quick.net> # -# $Id: Makefile,v 1.3 1999/02/28 11:49:40 obrien Exp $ +# $Id: Makefile,v 1.4 1999/04/23 22:45:13 jseger Exp $ # DISTNAME= aspell-.27.2 @@ -13,7 +13,7 @@ MASTER_SITES= http://metalab.unc.edu/kevina/aspell/ \ ftp://ftp.kddlabs.co.jp/pub/Tools/aspell/ \ ftp://maroon.webmaster.com/pub/aspell/ -MAINTAINER= josh@quick.net +MAINTAINER= ports@freebsd.org .include <bsd.port.pre.mk> .if ${OSREL} < 4 |