diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2009-08-22 00:28:34 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2009-08-22 00:28:34 +0000 |
commit | a13d9a603d44e9d2d333d5b2033b95a97545f73b (patch) | |
tree | f369b6d8855716c739425d19cebd7b0bd21ad210 /mail/exmh2 | |
parent | 0074c5fa8cabe431c6868442326d476bb5ef2047 (diff) |
Notes
Diffstat (limited to 'mail/exmh2')
-rw-r--r-- | mail/exmh2/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/mail/exmh2/Makefile b/mail/exmh2/Makefile index 9550b959ce99..15e50b40a0d8 100644 --- a/mail/exmh2/Makefile +++ b/mail/exmh2/Makefile @@ -11,9 +11,8 @@ PORTNAME= exmh PORTVERSION= 2.7.2 PORTREVISION= 1 CATEGORIES+= mail tk -MASTER_SITES= ${MASTER_SITE_TCLTK} -MASTER_SITES+= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= ${PORTNAME} +MASTER_SITES= ${MASTER_SITE_TCLTK} \ + SF MAINTAINER?= ports@FreeBSD.org COMMENT?= X11/TK based mail reader front end to MH |