diff options
author | asami <asami@FreeBSD.org> | 1995-04-12 04:28:32 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1995-04-12 04:28:32 +0800 |
commit | 68fd77ac849aafb0f6387a0b2f05e2988325e459 (patch) | |
tree | 51b8ada54171ddc43cc01d40021028b05c1caab7 /mail/mh | |
parent | 4e5270fead597efd083751ef7136263cffd95b9c (diff) | |
download | freebsd-ports-gnome-68fd77ac849aafb0f6387a0b2f05e2988325e459.tar.gz freebsd-ports-gnome-68fd77ac849aafb0f6387a0b2f05e2988325e459.tar.zst freebsd-ports-gnome-68fd77ac849aafb0f6387a0b2f05e2988325e459.zip |
Updated ports Makefiles for mails.
Diffstat (limited to 'mail/mh')
-rw-r--r-- | mail/mh/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/mail/mh/Makefile b/mail/mh/Makefile index 9d7b40fb22b4..451ee09dfebe 100644 --- a/mail/mh/Makefile +++ b/mail/mh/Makefile @@ -3,9 +3,12 @@ # Date created: Oct 4, 1994 # Whom: pst # -MASTER_SITES= ftp://ftp.ics.uci.edu/pub/mh/tar/ -CATEGORIES+= mail +# $Id$ +# + DISTNAME= mh-6.8.3 +CATEGORIES+= mail +MASTER_SITES= ftp://ftp.ics.uci.edu/pub/mh/tar/ EXTRACT_SUFX= .tar.Z .include <bsd.port.mk> |