aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/dc3play
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/dc3play')
-rw-r--r--graphics/dc3play/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/dc3play/Makefile b/graphics/dc3play/Makefile
index 342bfd5d5a7b..0b27002ce97b 100644
--- a/graphics/dc3play/Makefile
+++ b/graphics/dc3play/Makefile
@@ -27,7 +27,7 @@ post-patch:
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${PREFIX}/share/doc/dc3play
-.for file in PROTOCOL README.english README.japanese
+.for file in PROTOCOL README.english README.japanese
${INSTALL_DATA} ${WRKSRC}/../${file} ${PREFIX}/share/doc/dc3play
.endfor
.endif