diff options
author | anders <anders@FreeBSD.org> | 2003-05-21 08:54:21 +0800 |
---|---|---|
committer | anders <anders@FreeBSD.org> | 2003-05-21 08:54:21 +0800 |
commit | bc0d5e2539ef6ef762800b5af9c1e6ca7de7f204 (patch) | |
tree | 50e060ddfc150e91b7a0d0b2b086693117628c35 /mail | |
parent | 16254bf355eef1afe05ebede094e30d8496f4f32 (diff) | |
download | freebsd-ports-gnome-bc0d5e2539ef6ef762800b5af9c1e6ca7de7f204.tar.gz freebsd-ports-gnome-bc0d5e2539ef6ef762800b5af9c1e6ca7de7f204.tar.zst freebsd-ports-gnome-bc0d5e2539ef6ef762800b5af9c1e6ca7de7f204.zip |
Forgot to insert SUBDIR in MASTER_SITES paths, fix that.
PR: 51754
Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com>
Diffstat (limited to 'mail')
-rw-r--r-- | mail/cclient/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/mail/cclient/Makefile b/mail/cclient/Makefile index d053e2c373ef..25b6fb514af9 100644 --- a/mail/cclient/Makefile +++ b/mail/cclient/Makefile @@ -9,10 +9,10 @@ PORTNAME= cclient PORTVERSION= 2002c1 PORTEPOCH= 1 CATEGORIES= mail devel -MASTER_SITES= ftp://ftp.cac.washington.edu/imap/ \ - http://atreides.freenix.no/~anders/ \ - ftp://ftp.funet.fi/pub/mirrors/ftp.cac.washington.edu/imap/ \ - ftp://ftp.nuug.no/pub/anders/distfiles/ +MASTER_SITES= ftp://ftp.cac.washington.edu/imap/%SUBDIR%/ \ + http://atreides.freenix.no/~anders/%SUBDIR%/ \ + ftp://ftp.funet.fi/pub/mirrors/ftp.cac.washington.edu/imap/%SUBDIR%/ \ + ftp://ftp.nuug.no/pub/anders/distfiles/%SUBDIR%/ MASTER_SITE_SUBDIR= . old DISTNAME= imap-${PORTVERSION} EXTRACT_SUFX= .tar.Z |