--- misc/ports/idar/Makefile	2003/04/11 22:18:46	1.2
+++ misc/ports/idar/Makefile	2004/07/22 12:52:10	1.5
@@ -6,9 +6,12 @@
 #
 
 PORTNAME=	idar
-PORTVERSION=	1.1
+PORTVERSION=	1.2
 CATEGORIES=	sysutils
-MASTER_SITES=	http://snapshots.i-scream.org.uk/%SUBDIR%/
+MASTER_SITES=	ftp://ftp.mirrorservice.org/sites/ftp.i-scream.org/pub/i-scream/%SUBDIR%/ \
+		http://www.mirrorservice.org/sites/ftp.i-scream.org/pub/i-scream/%SUBDIR%/ \
+		ftp://ftp.i-scream.org/pub/i-scream/%SUBDIR%/ \
+		http://www.i-scream.org/pub/i-scream/%SUBDIR%/
 MASTER_SITE_SUBDIR=	${PORTNAME}
 
 MAINTAINER=	tim@bishnet.net
@@ -17,9 +20,10 @@ COMMENT=	A client to the i-scream central monitoring s
 LIB_DEPENDS=	xml2.5:${PORTSDIR}/textproc/libxml2 \
 		ukcprog.0:${PORTSDIR}/devel/libukcprog
 
-DIST_SUBDIR=	iscream
+DIST_SUBDIR=	i-scream
 GNU_CONFIGURE=	yes
 CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
 		LDFLAGS="-L${LOCALBASE}/lib"
+PLIST_FILES=	bin/idar
 
 .include <bsd.port.mk>