aboutsummaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2008-06-20 17:09:10 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2008-06-20 17:09:10 +0800
commite9c9ecf7641a5e3849c703db7fc7412dc731923a (patch)
tree02f27649e40ca152be825f76cd3092925590116c /games
parent753a09595af0cb5a003d11cc070c4e76eca22065 (diff)
downloadfreebsd-ports-gnome-e9c9ecf7641a5e3849c703db7fc7412dc731923a.tar.gz
freebsd-ports-gnome-e9c9ecf7641a5e3849c703db7fc7412dc731923a.tar.zst
freebsd-ports-gnome-e9c9ecf7641a5e3849c703db7fc7412dc731923a.zip
Fix docs installation (install man regardless of NOPORTDOCS).
Approved by: miwi (mentor) Reported by: QA Tindy
Diffstat (limited to 'games')
-rw-r--r--games/opencity/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/games/opencity/Makefile b/games/opencity/Makefile
index 29464942d0b7..03fef5f3146a 100644
--- a/games/opencity/Makefile
+++ b/games/opencity/Makefile
@@ -32,7 +32,8 @@ post-patch:
@${REINPLACE_CMD} -e 's|\(defined(__WIN32__) && \)\(!defined(log2)\)|\2|' \
${WRKSRC}/src/mapgen/mapmaker.cpp
.if defined(NOPORTDOCS)
- @${REINPLACE_CMD} -e 's|docs||' ${WRKSRC}/Makefile.in
+ @${REINPLACE_CMD} -e '/install-data-am/ s|install-docsDATA||' \
+ ${WRKSRC}/docs/Makefile.in
.endif
.include <bsd.port.mk>