diff options
author | obache <obache@pkgsrc.org> | 2008-07-27 09:38:06 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2008-07-27 09:38:06 +0000 |
commit | 97153911e320df6d4d8774532d484327925cbc50 (patch) | |
tree | 5270657f67f1a75deef2e5ecec1d03e9b44454cf /chat/sirc | |
parent | f6d3ee95b4a760801f6a2e43442541e31cfb5272 (diff) | |
download | pkgsrc-97153911e320df6d4d8774532d484327925cbc50.tar.gz |
Stop to unavailing fetch, add proper SITES.* definition.
Diffstat (limited to 'chat/sirc')
-rw-r--r-- | chat/sirc/Makefile | 11 |
1 files changed, 7 insertions, 4 deletions
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 |