diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2002-07-08 01:34:45 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2002-07-08 01:34:45 +0000 |
commit | d18871e56088f4d53fc6e95453c351f5239b59b1 (patch) | |
tree | fcc292a9ff035b698a1744a3a81f08836e93c94f /mail/qpopper | |
parent | c0ecdb3225a9e8f0096172af139292689859c20c (diff) |
Sanitize MASTER_SITES
Notes
Notes:
svn path=/head/; revision=62628
Diffstat (limited to 'mail/qpopper')
-rw-r--r-- | mail/qpopper/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/mail/qpopper/Makefile b/mail/qpopper/Makefile index 1d6e03836ad0..1b8f0902f820 100644 --- a/mail/qpopper/Makefile +++ b/mail/qpopper/Makefile @@ -8,8 +8,7 @@ PORTNAME= qpopper PORTVERSION= 4.0.4 CATEGORIES= mail ipv6 -MASTER_SITES= ftp://ftp.qualcomm.com/eudora/servers/unix/popper/%SUBDIR%/ \ - ftp://sunsite.doc.ic.ac.uk/Mirrors/ftp.qualcomm.com/eudora/servers/unix/popper/%SUBDIR%/ +MASTER_SITES= ftp://ftp.qualcomm.com/eudora/servers/unix/popper/%SUBDIR%/ MASTER_SITE_SUBDIR= . old DISTNAME= ${PORTNAME}${PORTVERSION} |