diff options
author | reed <reed> | 2005-02-09 18:30:27 +0000 |
---|---|---|
committer | reed <reed> | 2005-02-09 18:30:27 +0000 |
commit | 96c4a267fb745c753dd29b3d90d63dbc5a669336 (patch) | |
tree | 418c5197ec586bd513498b9007397602dfdef637 /mail/imap-uw-utils | |
parent | 05fdd2c3f273f595ad8684b24a1016616160c563 (diff) | |
download | pkgsrc-96c4a267fb745c753dd29b3d90d63dbc5a669336.tar.gz |
Change the MASTER_SITES to add "old/" because file was moved
and also they don't include version information in file name.
This is not an update.
Diffstat (limited to 'mail/imap-uw-utils')
-rw-r--r-- | mail/imap-uw-utils/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/imap-uw-utils/Makefile b/mail/imap-uw-utils/Makefile index fc918d43bba..cbaac16e189 100644 --- a/mail/imap-uw-utils/Makefile +++ b/mail/imap-uw-utils/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.18 2004/10/03 00:12:53 tv Exp $ +# $NetBSD: Makefile,v 1.19 2005/02/09 18:30:27 reed Exp $ DISTNAME= imap-utils PKGNAME= imap-uw-utils-20020102 PKGREVISION= 4 CATEGORIES= mail -MASTER_SITES= ftp://ftp.cac.washington.edu/imap/ +MASTER_SITES= ftp://ftp.cac.washington.edu/imap/old/ EXTRACT_SUFX= .tar.Z MAINTAINER= tech-pkg@NetBSD.org |