diff options
author | bmah <bmah@FreeBSD.org> | 2000-10-26 00:45:12 +0800 |
---|---|---|
committer | bmah <bmah@FreeBSD.org> | 2000-10-26 00:45:12 +0800 |
commit | d03ac958bd2b28ceea0914094fb5b033f5db96d5 (patch) | |
tree | 8b0a6a9ef0ec8c0449731fe39087393d24e9bc78 /mail | |
parent | b47a3b233195d2332de88688efb5c25a33a818a3 (diff) | |
download | freebsd-ports-gnome-d03ac958bd2b28ceea0914094fb5b033f5db96d5.tar.gz freebsd-ports-gnome-d03ac958bd2b28ceea0914094fb5b033f5db96d5.tar.zst freebsd-ports-gnome-d03ac958bd2b28ceea0914094fb5b033f5db96d5.zip |
exmh has moved to SourceForge, update MASTER_SITES.
Diffstat (limited to 'mail')
-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 a590081da21d..6659ff2bbca8 100644 --- a/mail/exmh2/Makefile +++ b/mail/exmh2/Makefile @@ -9,7 +9,8 @@ PORTNAME= exmh PORTVERSION= 2.2 CATEGORIES+= mail tk82 -MASTER_SITES= ftp://ftp.scriptics.com/pub/tcl/exmh/ +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER?= bmah@FreeBSD.org |