git: 22596f9d8626 - main - games/xtet42: Sanitize MANPREFIX
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 22 Jan 2024 01:33:26 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=22596f9d862619d1b5a4e7eaf5d91bd37fcb6457 commit 22596f9d862619d1b5a4e7eaf5d91bd37fcb6457 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-01-22 01:01:37 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-01-22 01:32:47 +0000 games/xtet42: Sanitize MANPREFIX Approved by: portmgr (blanket) --- games/xtet42/Makefile | 4 ++-- games/xtet42/pkg-plist | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/games/xtet42/Makefile b/games/xtet42/Makefile index b7283596d91d..550b1d64c167 100644 --- a/games/xtet42/Makefile +++ b/games/xtet42/Makefile @@ -1,6 +1,6 @@ PORTNAME= xtet42 PORTVERSION= 2.21 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= games MASTER_SITES= http://utenti.gufi.org/~gmarco/files/distfiles/ @@ -15,7 +15,7 @@ ALL_TARGET= ${PORTNAME} do-install: ${INSTALL_PROGRAM} ${WRKSRC}/xtet42 ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/xtet42.6 ${STAGEDIR}${MANPREFIX}/man/man6 + ${INSTALL_MAN} ${WRKSRC}/xtet42.6 ${STAGEDIR}${PREFIX}/share/man/man6 @${MKDIR} ${STAGEDIR}/var/games/xtet42 ${INSTALL_DATA} ${WRKSRC}/xtet42.hiscore ${STAGEDIR}/var/games/xtet42/.xtet42.hiscore.sample ${INSTALL_DATA} ${WRKSRC}/xtet42.hiscore.single ${STAGEDIR}/var/games/xtet42/.xtet42.hiscore.single.sample diff --git a/games/xtet42/pkg-plist b/games/xtet42/pkg-plist index 07275e0658d7..4d6153d6ee28 100644 --- a/games/xtet42/pkg-plist +++ b/games/xtet42/pkg-plist @@ -1,5 +1,5 @@ @(,games,2755) bin/xtet42 -man/man6/xtet42.6.gz +share/man/man6/xtet42.6.gz @sample(,games,664) /var/games/xtet42/.xtet42.hiscore.sample @sample(,games,664) /var/games/xtet42/.xtet42.hiscore.single.sample @sample(,games,664) /var/games/xtet42/.xtet42.log.sample