diff options
Diffstat (limited to 'chat/irchat-pj/Makefile')
-rw-r--r-- | chat/irchat-pj/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/chat/irchat-pj/Makefile b/chat/irchat-pj/Makefile index 2de03103015..4e0b8ac116e 100644 --- a/chat/irchat-pj/Makefile +++ b/chat/irchat-pj/Makefile @@ -1,13 +1,14 @@ -# $NetBSD: Makefile,v 1.12 2006/02/05 23:08:24 joerg Exp $ +# $NetBSD: Makefile,v 1.13 2007/11/18 10:30:42 wiz Exp $ DISTNAME= irchat-pj-2.4.24.22 PKGNAME= ${EMACS_PKGNAME_PREFIX}${DISTNAME} PKGREVISION= 1 CATEGORIES= chat -MASTER_SITES= http://irc.fan.gr.jp/pj/src/ +MASTER_SITES= http://his.luky.org/ftp/mirrors/irchat-pj/ \ + http://gouketsu.net/irchat-pj/src/ MAINTAINER= tech-pkg-ja@jp.NetBSD.org -HOMEPAGE= http://irc.fan.gr.jp/pj/ +HOMEPAGE= http://gouketsu.net/irchat-pj/ COMMENT= Emacs lisp interface to Internet Relay Chat .include "../../mk/emacs.mk" |