diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2001-05-10 04:30:43 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2001-05-10 04:30:43 +0000 |
commit | 071e8543369ce64751165eae95a65fbefeeef0d8 (patch) | |
tree | 33882a6394c1520a84c4dc291d39dd265c64a0e2 | |
parent | 8fd2a5704039046335784761b9acc655e5534f12 (diff) |
Enable this port to be able to fetch even when Qualcomm releases
new versions.
Submitted by: Brett Jackson <brett@modlogic.com>
Notes
Notes:
svn path=/head/; revision=42482
-rw-r--r-- | mail/qpopper/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/mail/qpopper/Makefile b/mail/qpopper/Makefile index 36fb54d195e7..2f1833111047 100644 --- a/mail/qpopper/Makefile +++ b/mail/qpopper/Makefile @@ -9,8 +9,9 @@ PORTNAME= qpopper PORTVERSION= 4.0.1 PORTREVISION= 1 CATEGORIES= mail ipv6 -MASTER_SITES= ftp://ftp.qualcomm.com/eudora/servers/unix/popper/ \ - ftp://sunsite.doc.ic.ac.uk/Mirrors/ftp.qualcomm.com/eudora/servers/unix/popper/ +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_SITE_SUBDIR= . old DISTNAME= ${PORTNAME}${PORTVERSION} .include <bsd.port.pre.mk> |