summaryrefslogtreecommitdiff
path: root/games/xpat2/patches/patch-ab
blob: 879013491d590ad5e963d0be42e5c46004f091ab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$NetBSD: patch-ab,v 1.1 2000/11/30 17:48:06 agc Exp $

Use the correct xmkmf, in case xpkgwedge is installed

--- Makefile	2000/11/30 17:28:17	1.1
+++ Makefile	2000/11/30 17:29:36
@@ -12,7 +12,7 @@
 #	no longer valid.
 
 all:
-	(cd src && xmkmf && $(MAKE) && strip xpat2)
+	(cd src && ${XMKMF} && $(MAKE) && strip xpat2)
 
 manual:
 	(cd doc && $(MAKE) xpat2.ps)