diff options
author | asami <asami@FreeBSD.org> | 1995-04-12 10:03:21 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1995-04-12 10:03:21 +0800 |
commit | 5fc81d84785d72d96b60233d01422fde1b9f3a10 (patch) | |
tree | a40b38baf8380a053179bdd45495703c0a791878 | |
parent | 02eb5daf38601f6c8e9cb50064e84b75571a562f (diff) | |
download | freebsd-ports-gnome-5fc81d84785d72d96b60233d01422fde1b9f3a10.tar.gz freebsd-ports-gnome-5fc81d84785d72d96b60233d01422fde1b9f3a10.tar.zst freebsd-ports-gnome-5fc81d84785d72d96b60233d01422fde1b9f3a10.zip |
Mark Murray (markm) volunteered as the maintainer of this port.
-rw-r--r-- | mail/mh/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/mail/mh/Makefile b/mail/mh/Makefile index 451ee09dfebe..88f1fb160f36 100644 --- a/mail/mh/Makefile +++ b/mail/mh/Makefile @@ -3,7 +3,7 @@ # Date created: Oct 4, 1994 # Whom: pst # -# $Id$ +# $Id: Makefile,v 1.3 1995/04/11 20:28:15 asami Exp $ # DISTNAME= mh-6.8.3 @@ -11,4 +11,6 @@ CATEGORIES+= mail MASTER_SITES= ftp://ftp.ics.uci.edu/pub/mh/tar/ EXTRACT_SUFX= .tar.Z +MAINTAINER= markm@FreeBSD.ORG + .include <bsd.port.mk> |