aboutsummaryrefslogtreecommitdiff
path: root/games/quake-reaper
diff options
context:
space:
mode:
authorAlexey Dokuchaev <danfe@FreeBSD.org>2014-03-17 09:22:18 +0000
committerAlexey Dokuchaev <danfe@FreeBSD.org>2014-03-17 09:22:18 +0000
commitd1a1c83626af067fb4e59119f31cf0dfa9462b05 (patch)
treeba58d8667fe08952192c37569c64ec806adba402 /games/quake-reaper
parent3abb633d25b811849ae6d1c529264ddd02fca91d (diff)
downloadports-d1a1c83626af067fb4e59119f31cf0dfa9462b05.tar.gz
ports-d1a1c83626af067fb4e59119f31cf0dfa9462b05.zip
Notes
Diffstat (limited to 'games/quake-reaper')
-rw-r--r--games/quake-reaper/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/games/quake-reaper/Makefile b/games/quake-reaper/Makefile
index 8cc9c0f3b011..14c05bb5f9df 100644
--- a/games/quake-reaper/Makefile
+++ b/games/quake-reaper/Makefile
@@ -21,8 +21,6 @@ PORTDOCS= *
OPTIONS_DEFINE= DOCS
-.include "${.CURDIR}/../quake-data/Makefile.include"
-
do-install:
@${MKDIR} ${STAGEDIR}${DATADIR}
.for f in Autoexec.cfg PROGS.DAT
@@ -33,4 +31,5 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR}/${f:L}
.endfor
+.include "${.CURDIR}/../quake-data/Makefile.include"
.include <bsd.port.mk>