Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 12 Dec 2022 11:01:20 GMT
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 99dfdc235ea8 - main - games/ponscripter-07th-mod: unbreak MANPAGES=off after a0bcd0fe9181
Message-ID:  <202212121101.2BCB1KQG067454@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by jbeich:

URL: https://cgit.FreeBSD.org/ports/commit/?id=99dfdc235ea8f81b337749b8f3f6f63d156b3ff9

commit 99dfdc235ea8f81b337749b8f3f6f63d156b3ff9
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2022-12-12 10:49:03 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2022-12-12 11:00:04 +0000

    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
---
 games/ponscripter-07th-mod/Makefile | 5 +++++
 1 file changed, 5 insertions(+)

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/' \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202212121101.2BCB1KQG067454>