git: 26f603c5d874 - main - games/freesweep: Move man pages to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 09 Mar 2024 11:05:06 UTC
The branch main has been updated by eduardo: URL: https://cgit.FreeBSD.org/ports/commit/?id=26f603c5d874fed19e3c2497ac901bd8ff2a6b4d commit 26f603c5d874fed19e3c2497ac901bd8ff2a6b4d Author: Nuno Teixeira <eduardo@FreeBSD.org> AuthorDate: 2024-03-09 08:52:06 +0000 Commit: Nuno Teixeira <eduardo@FreeBSD.org> CommitDate: 2024-03-09 11:04:50 +0000 games/freesweep: Move man pages to share/man Approved by: portmgr (blanket) --- games/freesweep/Makefile | 3 ++- games/freesweep/pkg-plist | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/games/freesweep/Makefile b/games/freesweep/Makefile index 66c977dfa79c..33fc225e271d 100644 --- a/games/freesweep/Makefile +++ b/games/freesweep/Makefile @@ -1,6 +1,7 @@ PORTNAME= freesweep PORTVERSION= 1.0.2 DISTVERSIONPREFIX= v +PORTREVISION= 1 CATEGORIES= games MAINTAINER= fuz@FreeBSD.org @@ -30,7 +31,7 @@ do-install: ${MKDIR} ${STAGEDIR}${DATADIR} ${STAGEDIR}/var/games ${TOUCH} ${STAGEDIR}/var/games/sweeptimes.sample ${INSTALL_DATA} ${WRKSRC}/sweeprc ${STAGEDIR}${DATADIR} - ${INSTALL_MAN} ${WRKSRC}/freesweep.6 ${STAGEDIR}${PREFIX}/man/man6 + ${INSTALL_MAN} ${WRKSRC}/freesweep.6 ${STAGEDIR}${PREFIX}/share/man/man6 do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} diff --git a/games/freesweep/pkg-plist b/games/freesweep/pkg-plist index b64441aebfae..e8b3dce253ca 100644 --- a/games/freesweep/pkg-plist +++ b/games/freesweep/pkg-plist @@ -1,4 +1,4 @@ @(,games,2555) bin/freesweep -man/man6/freesweep.6.gz %%DATADIR%%/sweeprc +share/man/man6/freesweep.6.gz @sample(,games,0664) /var/games/sweeptimes.sample