aboutsummaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorAlexey Dokuchaev <danfe@FreeBSD.org>2013-05-19 08:29:29 +0000
committerAlexey Dokuchaev <danfe@FreeBSD.org>2013-05-19 08:29:29 +0000
commite12ebe92921bf60fda63c6fdacd1fbbe6a643eb5 (patch)
treef949e013c7e8f8be50c64fb292270a6da0d5abf6 /games
parent28977cb813bced95168b0329b52ab559ca7a17fd (diff)
downloadports-e12ebe92921bf60fda63c6fdacd1fbbe6a643eb5.tar.gz
ports-e12ebe92921bf60fda63c6fdacd1fbbe6a643eb5.zip
Notes
Diffstat (limited to 'games')
-rw-r--r--games/quake-reaper/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/games/quake-reaper/Makefile b/games/quake-reaper/Makefile
index 507b9f2fa5f0..49faf3066ff0 100644
--- a/games/quake-reaper/Makefile
+++ b/games/quake-reaper/Makefile
@@ -17,7 +17,7 @@ NO_BUILD= yes
NO_WRKSUBDIR= yes
DATADIR= ${Q1DIR}/${PORTNAME}
-PORTDOCS= B08chg.txt Dedserv.txt Reaprb80.txt Skinspec.txt
+PORTDOCS= *
OPTIONS_DEFINE= DOCS
@@ -31,7 +31,7 @@ do-install:
.endfor
.if ${PORT_OPTIONS:MDOCS}
@${MKDIR} ${DOCSDIR}
-. for f in ${PORTDOCS}
+. for f in B08chg.txt Dedserv.txt Reaprb80.txt Skinspec.txt
${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}/${f:L}
. endfor
.endif