aboutsummaryrefslogtreecommitdiff
path: root/games/quakeforge
diff options
context:
space:
mode:
authorWill Andrews <will@FreeBSD.org>2002-01-06 06:20:22 +0000
committerWill Andrews <will@FreeBSD.org>2002-01-06 06:20:22 +0000
commitf3171de7e6077f2297972e5effe08badee1e36f3 (patch)
tree913ef58fa0265a980c478b7264d71951bec76466 /games/quakeforge
parent22a1ed809c6346fd2acc2e522d98aa1b8f8aa92c (diff)
downloadports-f3171de7e6077f2297972e5effe08badee1e36f3.tar.gz
ports-f3171de7e6077f2297972e5effe08badee1e36f3.zip
Notes
Diffstat (limited to 'games/quakeforge')
-rw-r--r--games/quakeforge/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/games/quakeforge/Makefile b/games/quakeforge/Makefile
index 7aac1653cf42..74ac1deaa3e6 100644
--- a/games/quakeforge/Makefile
+++ b/games/quakeforge/Makefile
@@ -55,8 +55,8 @@ pre-configure:
.if !defined(WITH_GLX)
@${ECHO_MSG} "Define WITH_GLX to use GLX (otherwise it is explicitly disabled!)"
.endif
- @cd ${WRKSRC} ; aclocal
- @cd ${WRKSRC} ; autoheader213
+ @cd ${WRKSRC} ; ${ACLOCAL}
+ @cd ${WRKSRC} ; ${AUTOHEADER}
do-install:
@${CP} ${PKGDIR}/pkg-plist ${PLIST}