diff options
author | Renato Botelho <garga@FreeBSD.org> | 2005-12-12 09:25:24 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2005-12-12 09:25:24 +0000 |
commit | 506e4ece925777ec59739fab3448104613e08b44 (patch) | |
tree | 0dfea0b8b145a4110806e11ac1407c1abfd9fa0d /games/tenebrae | |
parent | ca323aed9461a8d3d695e53b243053fbef56595c (diff) | |
download | ports-506e4ece925777ec59739fab3448104613e08b44.tar.gz ports-506e4ece925777ec59739fab3448104613e08b44.zip |
Notes
Diffstat (limited to 'games/tenebrae')
-rw-r--r-- | games/tenebrae/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/games/tenebrae/Makefile b/games/tenebrae/Makefile index 4eb4896fe767..9bfc10c66d5b 100644 --- a/games/tenebrae/Makefile +++ b/games/tenebrae/Makefile @@ -26,6 +26,8 @@ USE_SDL= yes USE_REINPLACE= yes ONLY_FOR_ARCHS= i386 +DATADIR= ${Q1DIR} + WRKSRC= ${WRKDIR}/${PORTNAME}_0 BUILD_WRKSRC= ${WRKSRC}/linux MAKE_ENV= DATADIR="${DATADIR}" \ |