summaryrefslogtreecommitdiff
path: root/chat/cgiirc/Makefile
diff options
context:
space:
mode:
authoradrianp <adrianp>2006-06-11 09:40:43 +0000
committeradrianp <adrianp>2006-06-11 09:40:43 +0000
commitdb3a07544a3e9b8b72e07a677e648614ae960f46 (patch)
tree1f3e37f25d7c28316b25bf034478d8cac2e915c0 /chat/cgiirc/Makefile
parent5afabf7ce5dad625660f2078f317871395f071b6 (diff)
downloadpkgsrc-db3a07544a3e9b8b72e07a677e648614ae960f46.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/Makefile6
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: