summaryrefslogtreecommitdiff
path: root/games/xfreecell/patches
diff options
context:
space:
mode:
authorminskim <minskim>2005-02-22 13:44:13 +0000
committerminskim <minskim>2005-02-22 13:44:13 +0000
commit9982c176f8b8376777cec42d6958c4dabd8b5e26 (patch)
tree8ceb1db75919e3aa9eee18c45a83188d8ef41a47 /games/xfreecell/patches
parente7830a3275c9eda5672d9d8c846be50fde081187 (diff)
downloadpkgsrc-9982c176f8b8376777cec42d6958c4dabd8b5e26.tar.gz
Use ${GMAKE} instead of gmake.
Diffstat (limited to 'games/xfreecell/patches')
-rw-r--r--games/xfreecell/patches/patch-aa6
1 files changed, 3 insertions, 3 deletions
diff --git a/games/xfreecell/patches/patch-aa b/games/xfreecell/patches/patch-aa
index d83ae34590b..1177d3b0749 100644
--- a/games/xfreecell/patches/patch-aa
+++ b/games/xfreecell/patches/patch-aa
@@ -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 @@ $NetBSD: patch-aa,v 1.2 2005/02/22 13:36:13 minskim Exp $
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