diff options
author | sf <sf@FreeBSD.org> | 2001-05-30 01:09:12 +0800 |
---|---|---|
committer | sf <sf@FreeBSD.org> | 2001-05-30 01:09:12 +0800 |
commit | 05984c9377e50e52b53267ef6cfde4aa3a2bca81 (patch) | |
tree | 3d44a8e826be1f189495ed9c9b3bcb2ae634565b /mail/sendmail | |
parent | 7e1be96bb16365330995072265134f17e42b914c (diff) | |
download | freebsd-ports-gnome-05984c9377e50e52b53267ef6cfde4aa3a2bca81.tar.gz freebsd-ports-gnome-05984c9377e50e52b53267ef6cfde4aa3a2bca81.tar.zst freebsd-ports-gnome-05984c9377e50e52b53267ef6cfde4aa3a2bca81.zip |
add Japanese mirror to MASTER_SITES.
Diffstat (limited to 'mail/sendmail')
-rw-r--r-- | mail/sendmail/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/sendmail/Makefile b/mail/sendmail/Makefile index 8bb135a1bf2e..668373eb6a0e 100644 --- a/mail/sendmail/Makefile +++ b/mail/sendmail/Makefile @@ -8,7 +8,8 @@ PORTNAME= sendmail PORTVERSION= 8.11.4 CATEGORIES= mail ipv6 -MASTER_SITES= ftp://ftp.sendmail.org/pub/sendmail/ +MASTER_SITES= ftp://ftp.sendmail.org/pub/sendmail/ \ + ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,net/mail/sendmail/&,} DISTNAME= ${PORTNAME}.${PORTVERSION} MAINTAINER= dirk.meyer@dinoex.sub.org |