aboutsummaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
authoralepulver <alepulver@FreeBSD.org>2008-08-10 22:42:57 +0800
committeralepulver <alepulver@FreeBSD.org>2008-08-10 22:42:57 +0800
commit1aa0d5885a5bdfd63c17b2841979df9d68f49c7f (patch)
tree05213b7118dbad83e0aed6b59e02aa742edb9c8f /games
parent612114b5379ace054f267cf1ba6d1f7ff7ec0f65 (diff)
downloadfreebsd-ports-graphics-1aa0d5885a5bdfd63c17b2841979df9d68f49c7f.tar.gz
freebsd-ports-graphics-1aa0d5885a5bdfd63c17b2841979df9d68f49c7f.tar.zst
freebsd-ports-graphics-1aa0d5885a5bdfd63c17b2841979df9d68f49c7f.zip
- Fix NOPORTDOCS handling.
Reported by: QA Tindy
Diffstat (limited to 'games')
-rw-r--r--games/warzone2100/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/warzone2100/Makefile b/games/warzone2100/Makefile
index 9a7cd0f8765..84a173df504 100644
--- a/games/warzone2100/Makefile
+++ b/games/warzone2100/Makefile
@@ -40,7 +40,7 @@ post-patch:
.if defined(NOPORTDOCS)
@${REINPLACE_CMD} -Ee 's|^(dist_doc_DATA =) .*|\1|' \
${WRKSRC}/Makefile.in
- @${REINPLACE_CMD} -e 's|^install: install-am|install|' \
+ @${REINPLACE_CMD} -e 's|^install: install-am|install:|' \
${WRKSRC}/doc/Makefile.in
.else
@${REINPLACE_CMD} -e 's|AUTHORS||; s|COPYING COPYING\.README||' \