diff options
author | minskim <minskim@pkgsrc.org> | 2005-02-22 13:44:13 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2005-02-22 13:44:13 +0000 |
commit | 7ceb4c6188e1753f53c5e550e2bab18654f0ffb5 (patch) | |
tree | 8ceb1db75919e3aa9eee18c45a83188d8ef41a47 /games/xfreecell/patches | |
parent | 9b8606360dc751abfb9d603552f62fb63aa66eb2 (diff) | |
download | pkgsrc-7ceb4c6188e1753f53c5e550e2bab18654f0ffb5.tar.gz |
Use ${GMAKE} instead of gmake.
Diffstat (limited to 'games/xfreecell/patches')
-rw-r--r-- | games/xfreecell/patches/patch-aa | 6 |
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 |