diff options
author | trevor <trevor@FreeBSD.org> | 2001-01-09 21:51:27 +0000 |
---|---|---|
committer | trevor <trevor@FreeBSD.org> | 2001-01-09 21:51:27 +0000 |
commit | 2aa26cbcc95abd966a18a9dbcb8f797496ba6d94 (patch) | |
tree | 6bff71f58197548c28c1bcf74a9af53600795307 /games/heretic | |
parent | 0e447200205842ccfd854ba82ab6157e53980f21 (diff) | |
download | FreeBSD-ports-2aa26cbcc95abd966a18a9dbcb8f797496ba6d94.zip FreeBSD-ports-2aa26cbcc95abd966a18a9dbcb8f797496ba6d94.tar.gz |
Restore the -b option to fetch, for compatibility with FreeBSD 3.x.
Submitted by: will
Diffstat (limited to 'games/heretic')
-rw-r--r-- | games/heretic/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/games/heretic/Makefile b/games/heretic/Makefile index d0034e3..d151544 100644 --- a/games/heretic/Makefile +++ b/games/heretic/Makefile @@ -18,6 +18,7 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= ports@FreeBSD.org +FETCH_BEFORE_ARGS+= -b USE_X_PREFIX= yes USE_GMAKE= yes MAKE_ENV= WANT_OGL="no" WANT_OGL_FULLSCREEN="no" WANT_NICE_OGL="no" |