Date: Mon, 22 Jan 2024 12:26:31 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: de8c3637d414 - main - games/tuxpaint: Sanitize MANPREFIX Message-ID: <202401221226.40MCQVj8097692@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=de8c3637d41474117d896c9e47cb105e800d0070 commit de8c3637d41474117d896c9e47cb105e800d0070 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-01-22 11:15:16 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-01-22 12:26:15 +0000 games/tuxpaint: Sanitize MANPREFIX Approved by: portmgr (blanket) --- games/tuxpaint/Makefile | 6 +++--- games/tuxpaint/pkg-plist | 14 +++++++------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/games/tuxpaint/Makefile b/games/tuxpaint/Makefile index 8f5b75589052..6ff2e5f71d3e 100644 --- a/games/tuxpaint/Makefile +++ b/games/tuxpaint/Makefile @@ -1,6 +1,6 @@ PORTNAME= tuxpaint PORTVERSION= 0.9.28 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= games MASTER_SITES= SF DISTNAME= ${PORTNAME}-${PORTVERSION}-sdl2 @@ -31,8 +31,8 @@ USE_SDL= gfx2 image2 mixer2 sdl2 ttf2 MAKE_ARGS= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" \ PREFIX="${PREFIX}" \ - MAN_PREFIX="${STAGEDIR}${MANPREFIX}/man" \ - DEVMAN_PREFIX="${STAGEDIR}${MANPREFIX}/man" \ + MAN_PREFIX="${STAGEDIR}${PREFIX}/share/man" \ + DEVMAN_PREFIX="${STAGEDIR}${PREFIX}/share/man" \ X11_ICON_PREFIX="${STAGEDIR}${PREFIX}/share/pixmaps" \ GNOME_PREFIX="${PREFIX}" \ ARCH_INSTALL="" \ diff --git a/games/tuxpaint/pkg-plist b/games/tuxpaint/pkg-plist index 37e37e0baeb9..7bb3c7c23fbb 100644 --- a/games/tuxpaint/pkg-plist +++ b/games/tuxpaint/pkg-plist @@ -55,13 +55,13 @@ lib/tuxpaint/plugins/tornado.so lib/tuxpaint/plugins/tv.so lib/tuxpaint/plugins/waves.so lib/tuxpaint/plugins/xor.so -man/es_ES.UTF-8/man1/tuxpaint.1.gz -man/fr_FR.UTF-8/man1/tuxpaint.1.gz -man/gl_ES.UTF-8/man1/tuxpaint.1.gz -man/ja_JP.UTF-8/man1/tuxpaint.1.gz -man/man1/tp-magic-config.1.gz -man/man1/tuxpaint.1.gz -man/man1/tuxpaint-import.1.gz +share/man/es_ES.UTF-8/man1/tuxpaint.1.gz +share/man/fr_FR.UTF-8/man1/tuxpaint.1.gz +share/man/gl_ES.UTF-8/man1/tuxpaint.1.gz +share/man/ja_JP.UTF-8/man1/tuxpaint.1.gz +share/man/man1/tp-magic-config.1.gz +share/man/man1/tuxpaint.1.gz +share/man/man1/tuxpaint-import.1.gz share/locale/ach/LC_MESSAGES/tuxpaint.mo share/locale/af/LC_MESSAGES/tuxpaint.mo share/locale/ak/LC_MESSAGES/tuxpaint.mo
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202401221226.40MCQVj8097692>