diff options
author | vs <vs@FreeBSD.org> | 2006-05-14 18:08:02 +0800 |
---|---|---|
committer | vs <vs@FreeBSD.org> | 2006-05-14 18:08:02 +0800 |
commit | 25cfd192959bff8968ed7fb67aa1850dd6e170f5 (patch) | |
tree | f54ee10ddf2ce7b42cf453f60d8d22458168d96c | |
parent | 5ce51b1c161141917e3a768b5935fa367783e9b7 (diff) | |
download | freebsd-ports-gnome-25cfd192959bff8968ed7fb67aa1850dd6e170f5.tar.gz freebsd-ports-gnome-25cfd192959bff8968ed7fb67aa1850dd6e170f5.tar.zst freebsd-ports-gnome-25cfd192959bff8968ed7fb67aa1850dd6e170f5.zip |
- Use full TCLTK mirror list
- portlint
PR: ports/97016
Submitted by: Shaun Amott
-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} |