diff options
author | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2001-02-05 17:29:38 +0000 |
---|---|---|
committer | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2001-02-05 17:29:38 +0000 |
commit | 8c32a2edf61e11fd3bd1c898ef76fbc607daa7d7 (patch) | |
tree | ba0fffdeb8ab548655e527132e2c70039057ee3a /mail/postfix-current | |
parent | 3015515d03e8c900f7e2294a7a49051cd048d436 (diff) |
Notes
Diffstat (limited to 'mail/postfix-current')
-rw-r--r-- | mail/postfix-current/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/postfix-current/Makefile b/mail/postfix-current/Makefile index cd379e556a15..ac23ed667602 100644 --- a/mail/postfix-current/Makefile +++ b/mail/postfix-current/Makefile @@ -12,7 +12,8 @@ MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/experimental/ \ ftp://ftp.aet.tu-cottbus.de/pub/postfix_tls/%SUBDIR%/ \ ftp://ftp.tux.org/pub/net/postfix/experimental/ \ ftp://ftp.utoronto.ca/mirror/packages/postfix/experimental/ \ - ftp://ftp.samurai.com/pub/postfix/experimental/ + ftp://ftp.samurai.com/pub/postfix/experimental/ \ + ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,net/mail/postfix/experimental/&,} MASTER_SITE_SUBDIR= . old related/postfix DISTNAME= snapshot-${PORTVERSION} |