Date: Mon, 22 Jan 2024 01:33:29 GMT From: Muhammad Moinur Rahman <bofh@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 1182a310bbfe - main - games/gl-117: Sanitize MANPREFIX Message-ID: <202401220133.40M1XThM002172@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=1182a310bbfe624edb504a6ee77925470f17d128 commit 1182a310bbfe624edb504a6ee77925470f17d128 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-01-22 01:03:22 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-01-22 01:32:48 +0000 games/gl-117: Sanitize MANPREFIX Approved by: portmgr (blanket) --- games/gl-117/Makefile | 4 ++-- games/gl-117/pkg-plist | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/games/gl-117/Makefile b/games/gl-117/Makefile index 3b7f113b2794..3131bd259b3d 100644 --- a/games/gl-117/Makefile +++ b/games/gl-117/Makefile @@ -1,7 +1,7 @@ PORTNAME= gl-117 PORTVERSION= 1.3.2 DISTVERSIONSUFFIX= -src -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/GL-117%20Source @@ -28,7 +28,7 @@ OPTIONS_DEFINE= DOCS .include <bsd.port.options.mk> post-install: - ${INSTALL_MAN} ${WRKSRC}/doc/gl-117.6 ${STAGEDIR}${MANPREFIX}/man/man6 + ${INSTALL_MAN} ${WRKSRC}/doc/gl-117.6 ${STAGEDIR}${PREFIX}/share/man/man6 .if ${PORT_OPTIONS:MDOCS} ${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/doc/gl-117.pdf ${STAGEDIR}${DOCSDIR} diff --git a/games/gl-117/pkg-plist b/games/gl-117/pkg-plist index ce54554218e3..c5f0872e6799 100644 --- a/games/gl-117/pkg-plist +++ b/games/gl-117/pkg-plist @@ -1,5 +1,5 @@ bin/gl-117 -man/man6/gl-117.6.gz +share/man/man6/gl-117.6.gz %%PORTDOCS%%%%DOCSDIR%%/gl-117.pdf %%DATADIR%%/models/aster1.3ds %%DATADIR%%/models/barrier.3ds
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202401220133.40M1XThM002172>