pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/games/xfreecell Use ${GMAKE} instead of gmake.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/47412436ccce
branches:  trunk
changeset: 489500:47412436ccce
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Tue Feb 22 13:44:13 2005 +0000

description:
Use ${GMAKE} instead of gmake.

diffstat:

 games/xfreecell/Makefile         |  4 +++-
 games/xfreecell/distinfo         |  4 ++--
 games/xfreecell/patches/patch-aa |  6 +++---
 3 files changed, 8 insertions(+), 6 deletions(-)

diffs (53 lines):

diff -r 27001edca0c7 -r 47412436ccce games/xfreecell/Makefile
--- a/games/xfreecell/Makefile  Tue Feb 22 13:36:13 2005 +0000
+++ b/games/xfreecell/Makefile  Tue Feb 22 13:44:13 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2004/01/24 13:30:57 grant Exp $
+# $NetBSD: Makefile,v 1.6 2005/02/22 13:44:13 minskim Exp $
 
 DISTNAME=      xfreecell-1.0.5b
 CATEGORIES=    games
@@ -16,4 +16,6 @@
 WRKSRC=                ${WRKDIR}/xfreecell
 NO_CONFIGURE=  YES
 
+MAKE_ENV+=     GMAKE=${GMAKE:Q}
+
 .include "../../mk/bsd.pkg.mk"
diff -r 27001edca0c7 -r 47412436ccce games/xfreecell/distinfo
--- a/games/xfreecell/distinfo  Tue Feb 22 13:36:13 2005 +0000
+++ b/games/xfreecell/distinfo  Tue Feb 22 13:44:13 2005 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.4 2005/02/22 13:36:13 minskim Exp $
+$NetBSD: distinfo,v 1.5 2005/02/22 13:44:13 minskim Exp $
 
 SHA1 (xfreecell-1.0.5b.tgz) = b0453b09ea2211822a5f03f532097c9eb14db2a6
 Size (xfreecell-1.0.5b.tgz) = 49367 bytes
-SHA1 (patch-aa) = 50f3062070b47983c3e6e42f7800e9dba5057101
+SHA1 (patch-aa) = 6fde8f98f3587fcd07b91e517d08c268f9ee4e47
 SHA1 (patch-ab) = 74326c5b4e731a32a404210cdc13b87a5b15119a
 SHA1 (patch-ac) = 4fcb28840a4619c8ceb06dd86ffea351d1b8a2c5
 SHA1 (patch-ad) = ab39728f9cb2f9cfb8b55c87185546e93ae5a231
diff -r 27001edca0c7 -r 47412436ccce games/xfreecell/patches/patch-aa
--- a/games/xfreecell/patches/patch-aa  Tue Feb 22 13:36:13 2005 +0000
+++ b/games/xfreecell/patches/patch-aa  Tue Feb 22 13:44:13 2005 +0000
@@ -1,4 +1,4 @@
-$NetBSD: patch-aa,v 1.2 2005/02/22 13:36:13 minskim Exp $
+$NetBSD: patch-aa,v 1.3 2005/02/22 13:44:13 minskim Exp $
 
 --- makefile.orig      1999-04-03 07:42:49.000000000 -0600
 +++ makefile
@@ -21,11 +21,11 @@
  clean:
        rm -f *~ *.o a.out xfreecell libns.a
 -      make -C widget clean
-+      gmake -C widget clean
++      ${GMAKE} -C widget clean
  
  lib:
 -      make -C widget lib
-+      gmake -C widget lib
++      ${GMAKE} -C widget lib
  
  install: all
 -      install xfreecell $(DESTDIR)/usr/local/bin



Home | Main Index | Thread Index | Old Index