diff options
author | adrianp <adrianp@pkgsrc.org> | 2006-06-11 09:40:43 +0000 |
---|---|---|
committer | adrianp <adrianp@pkgsrc.org> | 2006-06-11 09:40:43 +0000 |
commit | 2f9832136ab4e756ba0460a625fd70f8af1c91bb (patch) | |
tree | 1f3e37f25d7c28316b25bf034478d8cac2e915c0 /chat/cgiirc/Makefile | |
parent | 545a9a4820a803bf8e2e1dba1537e8f752e9f115 (diff) | |
download | pkgsrc-2f9832136ab4e756ba0460a625fd70f8af1c91bb.tar.gz |
0.5.9
Bump date (By dgl)
Use the resolved IP for the encoded IP too, rather than $ENV{REMOTE_ADDR}. (By dgl)
Send real host and IP in USER command (suggested by OUTsider) (By dgl)
Near total rewrite, the old version sucked. (By dgl)
Fix ticket #145 (Mozilla suite seems to have different behaviour with permissions on XMLHTTP than Firefox) (By dgl)
Another oops, /help didn't work.. (By dgl)
Diffstat (limited to 'chat/cgiirc/Makefile')
-rw-r--r-- | chat/cgiirc/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/chat/cgiirc/Makefile b/chat/cgiirc/Makefile index 5445e77d2fc..0f011c3e444 100644 --- a/chat/cgiirc/Makefile +++ b/chat/cgiirc/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.10 2006/05/02 21:43:34 adrianp Exp $ +# $NetBSD: Makefile,v 1.11 2006/06/11 09:40:43 adrianp Exp $ -DISTNAME= cgiirc-0.5.8 +DISTNAME= cgiirc-0.5.9 CATEGORIES= chat MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=cgiirc/} @@ -33,7 +33,7 @@ EGFILES= cgiirc.config.full client.c ipaccess.example CGIIRC= ${PREFIX}/share/cgiirc do-configure: - @${SED} -e "s|@CGIIRC@|${CGIIRC}|g" ${FILESDIR}/cgiirc.conf \ + ${SED} -e "s|@CGIIRC@|${CGIIRC}|g" ${FILESDIR}/cgiirc.conf \ > ${WRKDIR}/cgiirc.conf do-install: |