diff options
author | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2000-12-30 19:37:19 +0000 |
---|---|---|
committer | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2000-12-30 19:37:19 +0000 |
commit | 556eb7321d388922af6e4e442b688492c8d25ff0 (patch) | |
tree | 6820b0ee56532320897a50f11c041a4d59cc2764 /mail/ml/Makefile | |
parent | use ComplexProgramTargetNoMan to avoid making html manpage with XFree86-4. (diff) |
use ComplexProgramTargetNoMan to avoid making html manpage with XFree86-4.
change maintainer to ports@ due to e-mail bounces for a month.
... while talking to maildrop.xs4all.nl.:
>>> RCPT To:<albast@xs4all.nl>
<<< 550 <albast@xs4all.nl>... User unknown
PR: 23443
Notes
Notes:
svn path=/head/; revision=36478
Diffstat (limited to 'mail/ml/Makefile')
-rw-r--r-- | mail/ml/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/mail/ml/Makefile b/mail/ml/Makefile index 405b90b169f1..ed63ed3739fc 100644 --- a/mail/ml/Makefile +++ b/mail/ml/Makefile @@ -10,12 +10,11 @@ PORTVERSION= 3.4 CATEGORIES= mail MASTER_SITES= http://people.netscape.com/max/ml/ -MAINTAINER= albast@xs4all.nl +MAINTAINER= ports@FreeBSD.org WRKSRC= ${WRKDIR}/${DISTNAME}/src USE_IMAKE= yes USE_MOTIF= yes -NO_INSTALL_MANPAGES= yes pre-configure: @${ECHO_MSG} "===> Building c-client" |