From 333f0b974c781496e1ce44179d43e41788ac54f1 Mon Sep 17 00:00:00 2001 From: rillig Date: Mon, 23 May 2005 09:04:56 +0000 Subject: Moved WRKSRC some lines down. Replaced $f with ${f}. --- chat/icbirc/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'chat/icbirc') diff --git a/chat/icbirc/Makefile b/chat/icbirc/Makefile index 6d40b8270ff..39973718088 100644 --- a/chat/icbirc/Makefile +++ b/chat/icbirc/Makefile @@ -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 @@ MASTER_SITES= http://www.benzedrine.cx/ MAINTAINER= tv@duh.org HOMEPAGE= http://www.benzedrine.cx/icbirc.html COMMENT= Proxy IRC client and ICB server -WRKSRC= ${WRKDIR}/${PKGBASE} +WRKSRC= ${WRKDIR}/${PKGBASE} MAKE_ENV+= BINDIR="${PREFIX}/bin" MANDIR="${PREFIX}/man" SRCS= icb.c irc.c icbirc.c @@ -18,7 +18,7 @@ LDFLAGS.SunOS+= -lsocket -lnsl 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} -- cgit v1.2.3