summaryrefslogtreecommitdiff
path: root/games/quakeforge
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2001-10-30 09:19:59 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2001-10-30 09:19:59 +0000
commit51d207c2fc98efec682f2bf07896c706b5af8327 (patch)
treed5811cc5b9c5d1322a2f65a97624bfb097f0a4b7 /games/quakeforge
parentWho ever added AUTOMAKE_ARGS did not convert all the ports to it that was (diff)
Explicity run aclocal and autoheader
Notes
Notes: svn path=/head/; revision=49366
Diffstat (limited to 'games/quakeforge')
-rw-r--r--games/quakeforge/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/games/quakeforge/Makefile b/games/quakeforge/Makefile
index 831fc13dcad9..c2877e1a43a4 100644
--- a/games/quakeforge/Makefile
+++ b/games/quakeforge/Makefile
@@ -30,7 +30,6 @@ USE_GMAKE= yes
USE_AUTOCONF= yes
USE_XLIB= yes
PLIST= ${WRKDIR}/PLIST
-AUTOCONF= ${WRKSRC}/bootstrap
BINARIES= quake-x11 quake-sdl qw-client-x11 qw-client-sdl qw-server
@@ -56,6 +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} ; autoheader
do-install:
@${CP} ${PKGDIR}/pkg-plist ${PLIST}