aboutsummaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2022-12-12 10:49:03 +0000
committerJan Beich <jbeich@FreeBSD.org>2022-12-12 11:00:04 +0000
commit99dfdc235ea8f81b337749b8f3f6f63d156b3ff9 (patch)
tree6f8b4ef77bcfa6e7acfda28246146194fb8b35a9 /games
parente5c2e31c09b3a8d8cfcad43ac9971df1ed778ca2 (diff)
downloadports-99dfdc235ea8f81b337749b8f3f6f63d156b3ff9.tar.gz
ports-99dfdc235ea8f81b337749b8f3f6f63d156b3ff9.zip
games/ponscripter-07th-mod: unbreak MANPAGES=off after a0bcd0fe9181
util/install-man install /wrkdirs/usr/ports/games/ponscripter-07th-mod/work/stage/usr/local doc/*.[0-9] install: doc/*.[0-9] does not exist gmake[1]: *** [Makefile:39: install] Error 1
Diffstat (limited to 'games')
-rw-r--r--games/ponscripter-07th-mod/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/games/ponscripter-07th-mod/Makefile b/games/ponscripter-07th-mod/Makefile
index 860720c6b093..d50d251c1f49 100644
--- a/games/ponscripter-07th-mod/Makefile
+++ b/games/ponscripter-07th-mod/Makefile
@@ -60,6 +60,11 @@ post-patch:
@${REINPLACE_CMD} -e 's/$$(LIBS)/$$(LDFLAGS) &/' \
${WRKSRC}/src/Makefile.ponscripter
+post-patch-MANPAGES-off:
+ @${REINPLACE_CMD} -i .manpages.bak \
+ -e '/install-man/d' \
+ ${WRKSRC}/configure
+
post-patch-TREMOR-on:
@${REINPLACE_CMD} -i .tremor.bak \
-e 's/"libogg, libvorbis"/libvorbisidec/' \