summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorsnj <snj@pkgsrc.org>2004-03-10 02:44:36 +0000
committersnj <snj@pkgsrc.org>2004-03-10 02:44:36 +0000
commit0593acc7b9027bb2d0d2e8a51ecb80536e561786 (patch)
tree5fb420307ff19dfd771e42f7044a8819614a916b /games
parent6c235a3da0e3e664f568f3a6e207586f07ed12cf (diff)
downloadpkgsrc-0593acc7b9027bb2d0d2e8a51ecb80536e561786.tar.gz
Use bl3 and ${ECHO} instead of echo.
Diffstat (limited to 'games')
-rw-r--r--games/craft/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/games/craft/Makefile b/games/craft/Makefile
index 3b3b0afba4d..8fd6c7a6451 100644
--- a/games/craft/Makefile
+++ b/games/craft/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2004/01/27 00:53:12 heinz Exp $
+# $NetBSD: Makefile,v 1.14 2004/03/10 02:44:36 snj Exp $
DISTNAME= craftcc35
PKGNAME= craft-3.5
@@ -11,6 +11,7 @@ HOMEPAGE= http://set.gmd.de/~hua/
COMMENT= Warcraft-like game for X11
WRKSRC= ${WRKDIR}
+USE_BUILDLINK3= yes
USE_GNU_TOOLS+= make
USE_X11BASE= yes
@@ -18,7 +19,7 @@ post-extract:
@${FIND} ${WRKSRC} -type f -name '*~' -print | ${XARGS} ${RM} -f
@${LN} -fs ${FILESDIR}/Makefile ${WRKSRC}
for FILE in `${FIND} ${WRKSRC} -name "*.hc" -type f -print`; do \
- echo >>$$FILE ""; \
+ ${ECHO} >>$$FILE ""; \
done
post-patch: