diff options
author | uebayasi <uebayasi@pkgsrc.org> | 2003-01-11 15:25:13 +0000 |
---|---|---|
committer | uebayasi <uebayasi@pkgsrc.org> | 2003-01-11 15:25:13 +0000 |
commit | 66d316f272cc472f69a51b307b052250df537b5f (patch) | |
tree | 88648ab18ee5ce43b72ecd07e3557073b69cbe2c /chat/irchat-pj/Makefile | |
parent | 50fc8e908c47978937cbd6b16d1e1e16988270f6 (diff) | |
download | pkgsrc-66d316f272cc472f69a51b307b052250df537b5f.tar.gz |
Update to 2.4.24.22.
* Use standard modeline instead of its own one.
* Fix a bug that an error occurs on typing C-m if used with DDSKK.
* Garbage correct obsolete defsubst fragments.
Diffstat (limited to 'chat/irchat-pj/Makefile')
-rw-r--r-- | chat/irchat-pj/Makefile | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/chat/irchat-pj/Makefile b/chat/irchat-pj/Makefile index 929c86f7b6e..064caf6f897 100644 --- a/chat/irchat-pj/Makefile +++ b/chat/irchat-pj/Makefile @@ -1,22 +1,20 @@ -# $NetBSD: Makefile,v 1.2 2002/12/07 02:38:53 schmonz Exp $ +# $NetBSD: Makefile,v 1.3 2003/01/11 15:25:13 uebayasi Exp $ -DISTNAME= irchat-pj-2.4.24.20 +DISTNAME= irchat-pj-2.4.24.22 CATEGORIES= chat -MASTER_SITES= ftp://ftp.madoka.org/pub/irchat-pj/ +MASTER_SITES= http://irc.fan.gr.jp/pj/src/ MAINTAINER= tech-pkg-ja@jp.netbsd.org -HOMEPAGE= http://www.fan.gr.jp/~simm/irchat/ +HOMEPAGE= http://irc.fan.gr.jp/pj/ COMMENT= Emacs lisp interface to Internet Relay Chat .include "../../mk/emacs.mk" .if ${EMACS_FLAVOR} == "emacs" INSTALL_TARGET= install -PLIST_SRC= ${PKGDIR}/PLIST.emacs .elif ${EMACS_FLAVOR} == "xemacs" ALL_TARGET= package INSTALL_TARGET= install-package -PLIST_SRC= ${PKGDIR}/PLIST.xemacs .else PKG_FAIL_REASON+= "Unknown Emacs flavor" .endif |