From 97153911e320df6d4d8774532d484327925cbc50 Mon Sep 17 00:00:00 2001 From: obache Date: Sun, 27 Jul 2008 09:38:06 +0000 Subject: Stop to unavailing fetch, add proper SITES.* definition. --- chat/sirc/Makefile | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'chat/sirc') diff --git a/chat/sirc/Makefile b/chat/sirc/Makefile index 65ca8706339..cd22daca3ea 100644 --- a/chat/sirc/Makefile +++ b/chat/sirc/Makefile @@ -1,11 +1,10 @@ -# $NetBSD: Makefile,v 1.19 2007/09/07 22:12:11 jlam Exp $ +# $NetBSD: Makefile,v 1.20 2008/07/27 09:38:06 obache Exp $ DISTNAME= sirc-2.211 PKGREVISION= 2 CATEGORIES= chat -MASTER_SITES= http://www.iagora.com/~espel/sirc/ \ - http://www.iagora.com/~espel/sirc/scripts/ -DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ +MASTER_SITES= http://www.iagora.com/~espel/sirc/ +DISTFILES= ${DEFAULT_DISTFILES} \ ${SIRC_SCRIPTS} MAINTAINER= pkgsrc-users@NetBSD.org @@ -42,6 +41,10 @@ SIRC_SCRIPTS= \ www.pl \ yiff.pl +.for script in ${SIRC_SCRIPTS} +SITES.${script:T:S/=/--/}?= ${MASTER_SITES:=scripts/} +.endfor + NO_BUILD= yes DIST_SUBDIR= sirc -- cgit v1.2.3