diff options
author | nork <nork@FreeBSD.org> | 2003-02-17 12:38:41 +0800 |
---|---|---|
committer | nork <nork@FreeBSD.org> | 2003-02-17 12:38:41 +0800 |
commit | da104bd28bb89bda2680cd35c0845d9655669c91 (patch) | |
tree | 8381b2b5d21900a242329947fec8f88bf979b640 /mail | |
parent | 8bbd2fdf1916993ac20c9b268b27b0f79a602f38 (diff) | |
download | freebsd-ports-graphics-da104bd28bb89bda2680cd35c0845d9655669c91.tar.gz freebsd-ports-graphics-da104bd28bb89bda2680cd35c0845d9655669c91.tar.zst freebsd-ports-graphics-da104bd28bb89bda2680cd35c0845d9655669c91.zip |
Add MASTER_SITE_RINGSERVER to MASTER_SITE.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/smtpfeed/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/smtpfeed/Makefile b/mail/smtpfeed/Makefile index 6a1a1b78693..f32b61dc0f0 100644 --- a/mail/smtpfeed/Makefile +++ b/mail/smtpfeed/Makefile @@ -8,7 +8,8 @@ PORTNAME= smtpfeed PORTVERSION= 1.18 CATEGORIES= mail ipv6 -MASTER_SITES= ftp://ftp.kyoto.wide.ad.jp/pub/mail/smtpfeed/ +MASTER_SITES= ftp://ftp.kyoto.wide.ad.jp/pub/mail/smtpfeed/ \ + ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,net/mail/smtpfeed/&,} MAINTAINER= ports@FreeBSD.org |