diff options
author | sf <sf@FreeBSD.org> | 2001-02-06 01:29:38 +0800 |
---|---|---|
committer | sf <sf@FreeBSD.org> | 2001-02-06 01:29:38 +0800 |
commit | f46119f08bb1f7228e7d9b372d74abde1d4930e6 (patch) | |
tree | cc1318c0b73982ccc85767502b97c75d4e4b4a60 /mail/postfix23 | |
parent | 2f21ca2175ffe81c6a6247875e5d7b5faf3f9500 (diff) | |
download | freebsd-ports-gnome-f46119f08bb1f7228e7d9b372d74abde1d4930e6.tar.gz freebsd-ports-gnome-f46119f08bb1f7228e7d9b372d74abde1d4930e6.tar.zst freebsd-ports-gnome-f46119f08bb1f7228e7d9b372d74abde1d4930e6.zip |
add MASTER_SITE_RINGSERVER to MASTER_SITES.
Approved by: maintainers
Diffstat (limited to 'mail/postfix23')
-rw-r--r-- | mail/postfix23/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/postfix23/Makefile b/mail/postfix23/Makefile index fff6ab724d38..97d47ca82f64 100644 --- a/mail/postfix23/Makefile +++ b/mail/postfix23/Makefile @@ -16,7 +16,8 @@ MASTER_SITES= ftp://ftp.merit.edu/postfix/official/ \ ftp://ftp.nl.uu.net/pub/unix/mail/postfix/official/ \ ftp://ftp.cs.tu-berlin.de/pub/net/mail/postfix/official/ \ ftp://ftp.mira.net/pub/unix/mail/postfix/official/ \ - ftp://coda.nctu.edu.tw/network/mail/postfix/official/ + ftp://coda.nctu.edu.tw/network/mail/postfix/official/ \ + ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,net/mail/postfix/official/&,} DISTNAME= ${PORTNAME}-19991231-pl13 MAINTAINER= blaz@amis.net |