diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1995-04-11 20:28:32 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1995-04-11 20:28:32 +0000 |
commit | a07b60ed68821304b2c425ad81301ce97e6f7a95 (patch) | |
tree | 3c071e4591d5a681c858594cb1aafd40cc3059a1 /mail/mh/Makefile | |
parent | Update the cad Makefiles. Boy, I love these sparse directories! :) (diff) |
Updated ports Makefiles for mails.
Diffstat (limited to '')
-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> |