pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/games/craft Use bl3 and ${ECHO} instead of echo.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3eb8aa63bf55
branches:  trunk
changeset: 470545:3eb8aa63bf55
user:      snj <snj%pkgsrc.org@localhost>
date:      Wed Mar 10 02:44:36 2004 +0000

description:
Use bl3 and ${ECHO} instead of echo.

diffstat:

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

diffs (26 lines):

diff -r 7efc0ad806c6 -r 3eb8aa63bf55 games/craft/Makefile
--- a/games/craft/Makefile      Wed Mar 10 02:39:51 2004 +0000
+++ b/games/craft/Makefile      Wed Mar 10 02:44:36 2004 +0000
@@ -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 @@
 COMMENT=       Warcraft-like game for X11
 
 WRKSRC=                ${WRKDIR}
+USE_BUILDLINK3=        yes
 USE_GNU_TOOLS+=        make
 USE_X11BASE=   yes
 
@@ -18,7 +19,7 @@
        @${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:



Home | Main Index | Thread Index | Old Index