diff options
author | wiz <wiz> | 2001-02-16 13:41:26 +0000 |
---|---|---|
committer | wiz <wiz> | 2001-02-16 13:41:26 +0000 |
commit | 4c3dfcb96a12ad0a22dddb9f4c146cfc65e4c845 (patch) | |
tree | 7796c2e9b8aee283b13448855c903fab00ce9e97 /chat/irchat | |
parent | 1a921119dd7800c8643b301cf01c02647fdd018d (diff) | |
download | pkgsrc-4c3dfcb96a12ad0a22dddb9f4c146cfc65e4c845.tar.gz |
Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.
Diffstat (limited to 'chat/irchat')
-rw-r--r-- | chat/irchat/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chat/irchat/Makefile b/chat/irchat/Makefile index 1e0d7d8b7b4..4bba5109809 100644 --- a/chat/irchat/Makefile +++ b/chat/irchat/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2001/02/02 02:07:20 jun Exp $ +# $NetBSD: Makefile,v 1.2 2001/02/16 13:51:26 wiz Exp $ DISTNAME= irchat-pj-2.4.24.20 CATEGORIES= chat @@ -6,6 +6,7 @@ MASTER_SITES= ftp://ftp.madoka.org/pub/irchat-pj/ MAINTAINER= tech-pkg-ja@jp.netbsd.org HOMEPAGE= http://www.fan.gr.jp/~simm/irchat/ +COMMENT= Emacs lisp interface to Internet Relay Chat DEPENDS+= emacs-20.*:../../editors/emacs |