diff options
author | Makoto Matsushita <matusita@FreeBSD.org> | 2007-08-20 05:15:57 +0000 |
---|---|---|
committer | Makoto Matsushita <matusita@FreeBSD.org> | 2007-08-20 05:15:57 +0000 |
commit | 74afab7418c9f8882380faa54b8dabd5fab3f33d (patch) | |
tree | ab26b6ded1ca32d09035885612bd88c74be54892 /irc | |
parent | - Update to 0.39 (diff) |
Since there are so many "cannot fetch distfiles" warning from krisbot,
I'd like to have a copy of tgzball to local-distfiles.
Just a "where-to-fetch" fix, no bump.
Notes
Notes:
svn path=/head/; revision=197938
Diffstat (limited to 'irc')
-rw-r--r-- | irc/irchat-jp/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/irc/irchat-jp/Makefile b/irc/irchat-jp/Makefile index 611fab6dd1bf..bdf3926370b4 100644 --- a/irc/irchat-jp/Makefile +++ b/irc/irchat-jp/Makefile @@ -9,9 +9,11 @@ PORTNAME= irchat-jp PORTVERSION= 26.d #PORTREVISION= 0 CATEGORIES= irc elisp -MASTER_SITES= http://www.ircnet.jp/dist/irchat/ +MASTER_SITES= http://www.ircnet.jp/dist/irchat/:master \ + ${MASTER_SITE_LOCAL:S/$/:backup/} +MASTER_SITE_SUBDIR= "":master matusita/${PORTNAME}/:backup DISTNAME= ${PORTNAME}${PORTVERSION:S/.//} -EXTRACT_SUFX= .tgz +DISTFILES= ${DISTNAME}.tgz:master,backup MAINTAINER= matusita@FreeBSD.org COMMENT= IRC client for Emacs, derived from irchat |