diff options
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: |