pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/chat/icbirc Moved WRKSRC some lines down. Replaced $f ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e87532f518bd
branches:  trunk
changeset: 494354:e87532f518bd
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Mon May 23 09:04:56 2005 +0000

description:
Moved WRKSRC some lines down. Replaced $f with ${f}.

diffstat:

 chat/icbirc/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (28 lines):

diff -r 7fece2d653a3 -r e87532f518bd chat/icbirc/Makefile
--- a/chat/icbirc/Makefile      Mon May 23 09:04:00 2005 +0000
+++ b/chat/icbirc/Makefile      Mon May 23 09:04:56 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2005/03/10 13:22:00 tv Exp $
+# $NetBSD: Makefile,v 1.8 2005/05/23 09:04:56 rillig Exp $
 
 DISTNAME=      icbirc-1.8
 CATEGORIES=    chat
@@ -7,8 +7,8 @@
 MAINTAINER=    tv%duh.org@localhost
 HOMEPAGE=      http://www.benzedrine.cx/icbirc.html
 COMMENT=       Proxy IRC client and ICB server
+
 WRKSRC=                ${WRKDIR}/${PKGBASE}
-
 MAKE_ENV+=     BINDIR="${PREFIX}/bin" MANDIR="${PREFIX}/man"
 
 SRCS=          icb.c irc.c icbirc.c
@@ -18,7 +18,7 @@
 
 do-build:
 .for f in ${SRCS}
-       cd ${WRKSRC} && ${COMPILE.c} $f
+       cd ${WRKSRC} && ${COMPILE.c} ${f}
 .endfor
        cd ${WRKSRC} && ${LINK.c} -o icbirc ${SRCS:.c=.o}
 



Home | Main Index | Thread Index | Old Index