summaryrefslogtreecommitdiff
path: root/chat
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2005-05-20 22:12:28 +0000
committerjlam <jlam@pkgsrc.org>2005-05-20 22:12:28 +0000
commit464c79083553d0c266e0cc9ccaae8013bc85b86d (patch)
treec1c861399f044e5d8574e558e362625252c0e8fc /chat
parente897d3db9c4a978e9cf33966e5fbd80e6aeb7ed2 (diff)
downloadpkgsrc-464c79083553d0c266e0cc9ccaae8013bc85b86d.tar.gz
On second thought, replacing @..@ with ${..} sounds more like a
"configure" step than a "build" step.
Diffstat (limited to 'chat')
-rw-r--r--chat/cgiirc/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/chat/cgiirc/Makefile b/chat/cgiirc/Makefile
index 799014297ef..84076ff6d7c 100644
--- a/chat/cgiirc/Makefile
+++ b/chat/cgiirc/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2005/05/20 22:08:10 jlam Exp $
+# $NetBSD: Makefile,v 1.6 2005/05/20 22:12:28 jlam Exp $
DISTNAME= cgiirc-0.5.6
CATEGORIES= chat
@@ -9,6 +9,7 @@ HOMEPAGE= http://cgiirc.sourceforge.net/
COMMENT= Access IRC from a web browser
USE_PERL5= run
+NO_BUILD= YES
USE_PKGINSTALL= YES
BUILD_DEFS+= USE_INET6
@@ -32,7 +33,7 @@ DOCFILES= identd.xinetd decode.pl identd.pl viewconnects.pl
EGFILES= cgiirc.config.full client.c ipaccess.example
CGIIRC= ${PREFIX}/share/cgiirc
-do-build:
+do-configure:
@${SED} -e "s|@CGIIRC@|${CGIIRC}|g" ${FILESDIR}/cgiirc.conf \
> ${WRKDIR}/cgiirc.conf