diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-11-02 03:36:45 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-11-02 03:36:45 +0000 |
commit | 03f8a6f768251caa22c5b9084a8cc3323aec9b96 (patch) | |
tree | 3c319f9d1358da7651dfaac54283645a7a896338 /converters | |
parent | df3c9e78bdbe989958fbb761b6ce45a605e6242e (diff) |
Notes
Diffstat (limited to 'converters')
-rw-r--r-- | converters/btoa/Makefile | 2 | ||||
-rw-r--r-- | converters/mmencode/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/converters/btoa/Makefile b/converters/btoa/Makefile index 60731926219c..2d2abbeca123 100644 --- a/converters/btoa/Makefile +++ b/converters/btoa/Makefile @@ -13,7 +13,7 @@ CATEGORIES= converters MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= asami/LOCAL_PORTS -MAINTAINER= martin@raq.cx +MAINTAINER= ports@FreeBSD.org COMMENT= Encode/decode binary to printable ASCII MAKE_FLAGS= DESTDIR=${PREFIX} -f diff --git a/converters/mmencode/Makefile b/converters/mmencode/Makefile index a1786597f042..40287c5d0c39 100644 --- a/converters/mmencode/Makefile +++ b/converters/mmencode/Makefile @@ -14,7 +14,7 @@ MASTER_SITES= ftp://thumper.bellcore.com/pub/nsb/ \ DISTNAME= mm${PORTVERSION} EXTRACT_SUFX= .tar.Z -MAINTAINER= kbyanc@posi.net +MAINTAINER= ports@FreeBSD.org COMMENT= Translate to and from mail-oriented encoding formats WRKSRC= ${WRKDIR}/${DISTNAME}/src/metamail |