From edc16086edac6391838d7ebb141cf9e534425690 Mon Sep 17 00:00:00 2001 From: brad Date: Sun, 16 Mar 2003 17:38:37 +0000 Subject: [PATCH] distfile was moved to old subdir. pvalchev@ ok --- net/ircII/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/net/ircII/Makefile b/net/ircII/Makefile index f1bed917fb4..f412f170fd7 100644 --- a/net/ircII/Makefile +++ b/net/ircII/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.23 2003/03/15 02:28:49 brad Exp $ +# $OpenBSD: Makefile,v 1.24 2003/03/16 17:38:37 brad Exp $ # $FreeBSD: Makefile,v 1.15 1998/01/25 20:40:00 torstenb Exp $ COMMENT= "Internet Relay Chat client" @@ -7,8 +7,8 @@ VERSION= 20030314 DISTNAME= ircii-${VERSION} PKGNAME= ircII-${VERSION} CATEGORIES= net -MASTER_SITES= ftp://ftp.warped.com/pub/ircII/ \ - ftp://ircftp.au.eterna.com.au/pub/ircII/ +MASTER_SITES= ftp://ftp.warped.com/pub/ircII/old/ \ + ftp://ircftp.au.eterna.com.au/pub/ircII/old/ MAINTAINER= Brad Smith