diff options
author | Volker Stolz <vs@FreeBSD.org> | 2006-05-14 10:08:02 +0000 |
---|---|---|
committer | Volker Stolz <vs@FreeBSD.org> | 2006-05-14 10:08:02 +0000 |
commit | 81e6810e8196543e757c7c53eb6294731157d6bd (patch) | |
tree | d628efa9298146cfd423e4cc6c52fff9ab2f6709 /mail/exmh2 | |
parent | 788f936172a22eb5514cded14a9043e96c2e9e6b (diff) |
Notes
Diffstat (limited to 'mail/exmh2')
-rw-r--r-- | mail/exmh2/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/exmh2/Makefile b/mail/exmh2/Makefile index bf3d1ea5bd73..594acd9637ea 100644 --- a/mail/exmh2/Makefile +++ b/mail/exmh2/Makefile @@ -6,10 +6,11 @@ # # "+=" and "?=" lines are for sharing this Makefile with japanese/exmh2. + PORTNAME= exmh PORTVERSION= 2.7.2 CATEGORIES+= mail tk84 -MASTER_SITES= ftp://ftp.tcl.tk/pub/tcl/%SUBDIR%/ +MASTER_SITES= ${MASTER_SITE_TCLTK} MASTER_SITES+= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} |