pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/chat/cgiirc On second thought, replacing @..@ with ${....



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7d2715d96830
branches:  trunk
changeset: 494207:7d2715d96830
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Fri May 20 22:12:28 2005 +0000

description:
On second thought, replacing @..@ with ${..} sounds more like a
"configure" step than a "build" step.

diffstat:

 chat/cgiirc/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (26 lines):

diff -r 0e75a67fd937 -r 7d2715d96830 chat/cgiirc/Makefile
--- a/chat/cgiirc/Makefile      Fri May 20 22:09:39 2005 +0000
+++ b/chat/cgiirc/Makefile      Fri May 20 22:12:28 2005 +0000
@@ -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 @@
 COMMENT=       Access IRC from a web browser
 
 USE_PERL5=     run
+NO_BUILD=      YES
 USE_PKGINSTALL=        YES
 
 BUILD_DEFS+=   USE_INET6
@@ -32,7 +33,7 @@
 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
 



Home | Main Index | Thread Index | Old Index