diff options
author | pav <pav@FreeBSD.org> | 2006-06-11 17:52:42 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2006-06-11 17:52:42 +0800 |
commit | 750a39978270e45efd56add6f0a5e81ac11f4c32 (patch) | |
tree | ca723fd9b200a29b9284ed8b13bb366d7692730a /irc/ircd-ru/Makefile | |
parent | ab722bad3df39e4defc55c6a37cd58e2f2feee5a (diff) | |
download | freebsd-ports-gnome-750a39978270e45efd56add6f0a5e81ac11f4c32.tar.gz freebsd-ports-gnome-750a39978270e45efd56add6f0a5e81ac11f4c32.tar.zst freebsd-ports-gnome-750a39978270e45efd56add6f0a5e81ac11f4c32.zip |
- ftp is refusing anonymous connections; host distfile on local mirror for now
PR: ports/97722
Submitted by: Martin Wilke <freebsd@unixfreunde.de>
- Portlint, style
Diffstat (limited to 'irc/ircd-ru/Makefile')
-rw-r--r-- | irc/ircd-ru/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/irc/ircd-ru/Makefile b/irc/ircd-ru/Makefile index 2da3774a4ed7..ec2e6e589f4a 100644 --- a/irc/ircd-ru/Makefile +++ b/irc/ircd-ru/Makefile @@ -9,7 +9,7 @@ PORTNAME= ircd-ru PORTVERSION= 1.0.7 PORTREVISION= 3 CATEGORIES= irc russian -MASTER_SITES= ftp://ftp.ircd.ru/pub/ircd-RU/ ftp://ftp.ircd.ru/pub/ircd-RU/old/ +MASTER_SITES= http://freebsd.unixfreunde.de/sources/ DISTNAME= ircd-RU-${PORTVERSION}-02-stable MAINTAINER= ports@FreeBSD.org @@ -76,7 +76,7 @@ CONFIGURE_ARGS+=--enable-select .endif .if ${ARCH} == "amd64" -BROKEN= "Does not compile on amd64" +BROKEN= Does not compile on amd64 .endif post-patch: |