summaryrefslogtreecommitdiff
path: root/games/pacman
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2001-02-05 09:00:54 +0000
committertron <tron@pkgsrc.org>2001-02-05 09:00:54 +0000
commitf2d262e0bef754371e35855c069d92d11d7759bb (patch)
tree2c1d493d315c86d062bda624e834a3d6f66707c0 /games/pacman
parent338eba73e20d12e6e7ee7489e26135aaeaef3369 (diff)
downloadpkgsrc-f2d262e0bef754371e35855c069d92d11d7759bb.tar.gz
Use full pathname "${LOCALBASE}/bin/auto..." in dependences and make
targets. This includes a fix for PR pkg/12125 by Tomasz Luchowski.
Diffstat (limited to 'games/pacman')
-rw-r--r--games/pacman/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/games/pacman/Makefile b/games/pacman/Makefile
index 44b7e63411f..2e597656644 100644
--- a/games/pacman/Makefile
+++ b/games/pacman/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2000/12/20 14:24:04 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2001/02/05 09:00:56 tron Exp $
DISTNAME= Pacman-0.3-CVS-00-11-17
PKGNAME= Pacman-0.3
@@ -25,7 +25,7 @@ IS_INTERACTIVE= yes
.endif
pre-configure:
- cd ${WRKSRC} && autoconf
+ cd ${WRKSRC} && ${LOCALBASE}/bin/autoconf
${SED} -e 's@/usr/share@${PREFIX}/share@' < ${WRKSRC}/Sources/config.h.in > ${WRKSRC}/foo
${MV} ${WRKSRC}/foo ${WRKSRC}/Sources/config.h.in