diff options
author | matusita <matusita@FreeBSD.org> | 2007-08-20 13:15:57 +0800 |
---|---|---|
committer | matusita <matusita@FreeBSD.org> | 2007-08-20 13:15:57 +0800 |
commit | 07b92945c506f1d25b96212d5c655afe6c5b0bfb (patch) | |
tree | ed304e328c3bb23fb56728c89fdc441df2bbcd25 /irc | |
parent | e3602af898553e85809ded6c802b436855047386 (diff) | |
download | freebsd-ports-gnome-07b92945c506f1d25b96212d5c655afe6c5b0bfb.tar.gz freebsd-ports-gnome-07b92945c506f1d25b96212d5c655afe6c5b0bfb.tar.zst freebsd-ports-gnome-07b92945c506f1d25b96212d5c655afe6c5b0bfb.zip |
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.
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 |