diff options
author | Alan Eldridge <alane@FreeBSD.org> | 2002-11-27 14:28:55 +0000 |
---|---|---|
committer | Alan Eldridge <alane@FreeBSD.org> | 2002-11-27 14:28:55 +0000 |
commit | 9bb99c585a3e7197f11bb718929e8c2a47d70bd5 (patch) | |
tree | 0b0b2cc131aa8bac87e812acc6cc5be1da277149 /games | |
parent | Patch to use autoconf the right way. Untested because I really don't want to (diff) |
Fix to use autoconf the right way: don't assign to AUTOCONF or AUTOCONF_DIR,
there is NOOOO autoconf 252, and NO POOFTERS!
Diffstat (limited to 'games')
-rw-r--r-- | games/grande/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/games/grande/Makefile b/games/grande/Makefile index 2de98c1d77df..930feda51112 100644 --- a/games/grande/Makefile +++ b/games/grande/Makefile @@ -19,9 +19,7 @@ NO_CDROM= Possible copyright infringement USE_X_PREFIX= yes GNU_CONFIGURE= yes -USE_AUTOCONF_VER= 252 -AUTOCONF= autoconf -AUTOCONF_DIR= ${LOCALBASE}/share/autoconf +USE_AUTOCONF_VER= 253 pre-install: ${MKDIR} ${PREFIX}/share/${PORTNAME}/score |