diff options
author | krion <krion@FreeBSD.org> | 2004-08-20 16:22:24 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2004-08-20 16:22:24 +0800 |
commit | c3c819c6ad07116ec723b3ccdcb9765c88477ce0 (patch) | |
tree | 075a1e772ef117e3d1ebcc7b80258eaf65b50e95 /irc | |
parent | 7aa753cfb0a341061aedf249e7a5aa9c8f63aa16 (diff) | |
download | freebsd-ports-gnome-c3c819c6ad07116ec723b3ccdcb9765c88477ce0.tar.gz freebsd-ports-gnome-c3c819c6ad07116ec723b3ccdcb9765c88477ce0.tar.zst freebsd-ports-gnome-c3c819c6ad07116ec723b3ccdcb9765c88477ce0.zip |
Fix MASTER_SITES
PR: ports/70692
Submitted by: Stefan Walter <sw@gegenunendlich.de>
Diffstat (limited to 'irc')
-rw-r--r-- | irc/ctrlproxy/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/irc/ctrlproxy/Makefile b/irc/ctrlproxy/Makefile index 8bbe33528fca..eaf3048c6c61 100644 --- a/irc/ctrlproxy/Makefile +++ b/irc/ctrlproxy/Makefile @@ -10,13 +10,11 @@ PORTNAME= ctrlproxy PORTVERSION= 2.6.1 PORTREVISION= 1 CATEGORIES= irc -MASTER_SITES= http://jelmer.vernstok.nl/ctrlproxy/ +MASTER_SITES= http://jelmer.vernstok.nl/releases/ MAINTAINER= ports@FreeBSD.org COMMENT= Flexible IRC proxy -BROKEN= Unfetchable - LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt \ pcre.0:${PORTSDIR}/devel/pcre \ tdb.1:${PORTSDIR}/databases/tdb |