diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2004-03-13 18:05:00 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2004-03-13 18:05:00 +0000 |
commit | c05d2f03e73196be657ab75c68defe752e4bf87e (patch) | |
tree | 181dc31b8ece4f743e3e042bbe45e387bd9f210b /games/grande | |
parent | 775b37152684a27d2f3eec037a942fea37189119 (diff) |
Fix installation.
PR: ports/64179
Submitted by: Lee Harr <missive@hotmail.com>
Notes
Notes:
svn path=/head/; revision=103889
Diffstat (limited to 'games/grande')
-rw-r--r-- | games/grande/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/games/grande/Makefile b/games/grande/Makefile index b18fbc58fb0b..47fc0b260df3 100644 --- a/games/grande/Makefile +++ b/games/grande/Makefile @@ -22,6 +22,11 @@ NO_CDROM= Possible copyright infringement USE_X_PREFIX= yes GNU_CONFIGURE= yes USE_AUTOCONF_VER= 253 +ACLOCAL= aclocal + +pre-configure: + cd ${WRKDIR}/${DISTNAME} && ${ACLOCAL} + cd ${WRKDIR}/${DISTNAME} && touch depcomp pre-install: ${MKDIR} ${PREFIX}/share/${PORTNAME}/score |