Skip to content

Commit

Permalink
games/freesweep: Move man pages to share/man
Browse files Browse the repository at this point in the history
Approved by:	portmgr (blanket)
  • Loading branch information
nunotexbsd committed Mar 9, 2024
1 parent b9c99f3 commit 26f603c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion games/freesweep/Makefile
@@ -1,6 +1,7 @@
PORTNAME= freesweep
PORTVERSION= 1.0.2
DISTVERSIONPREFIX= v
PORTREVISION= 1
CATEGORIES= games

MAINTAINER= fuz@FreeBSD.org
Expand Down Expand Up @@ -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}
Expand Down
2 changes: 1 addition & 1 deletion 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

0 comments on commit 26f603c

Please sign in to comment.