aboutsummaryrefslogtreecommitdiffstats
path: root/games/openra
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2015-02-08 03:38:34 +0800
committerJan Beich <jbeich@FreeBSD.org>2015-02-08 03:38:34 +0800
commit1fe731fddc65e89d38b17ffb37db051be32f8542 (patch)
treeb408316826f3e92f321fa7a89b2f09c0d5679bef /games/openra
parent54c990223ad5ddea90038ac85442d941f8e04be4 (diff)
downloadfreebsd-ports-gnome-1fe731fddc65e89d38b17ffb37db051be32f8542.tar.gz
freebsd-ports-gnome-1fe731fddc65e89d38b17ffb37db051be32f8542.tar.zst
freebsd-ports-gnome-1fe731fddc65e89d38b17ffb37db051be32f8542.zip
Use INSTALL_MAN for documentation per r367307 and Porter's Handbook
Approved by: mentors (implicit)
Diffstat (limited to 'games/openra')
-rw-r--r--games/openra/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/openra/Makefile b/games/openra/Makefile
index 9940bdbfc332..20a710ca5bdd 100644
--- a/games/openra/Makefile
+++ b/games/openra/Makefile
@@ -72,7 +72,7 @@ post-build:
post-install:
.if ${PORT_OPTIONS:MDOCS}
@${MKDIR} ${STAGEDIR}${DOCSDIR}
- ${INSTALL_DATA} ${WRKSRC}/*.html ${STAGEDIR}${DOCSDIR}
+ ${INSTALL_MAN} ${WRKSRC}/*.html ${STAGEDIR}${DOCSDIR}
.endif
.include <bsd.port.mk>