diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2024-02-24 08:49:40 +0100 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2024-02-24 08:49:40 +0100 |
commit | bf375fb2ec268334e4d000beabcb7f4688af2292 (patch) | |
tree | d50e4f47e8fe712de2db8e4d3e8ea12a9b341ee0 | |
parent | 24b65f5bb5486346a544002c094e0e3e0387b39e (diff) | |
download | freebsd-ports-bf375fb2ec268334e4d000beabcb7f4688af2292.zip |
games/sol: Moved man to share/man
Approved by: portmgr (blanket)
-rw-r--r-- | games/sol/Makefile | 3 | ||||
-rw-r--r-- | games/sol/pkg-plist | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/games/sol/Makefile b/games/sol/Makefile index dd8daada6488..fc0604c29004 100644 --- a/games/sol/Makefile +++ b/games/sol/Makefile @@ -1,5 +1,6 @@ PORTNAME= sol PORTVERSION= 1.0.8 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= http://shh.thathost.com/pub-unix/files/ @@ -27,7 +28,7 @@ pre-build: do-install: ${INSTALL_PROGRAM} ${WRKSRC}/sol ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/sol.6 ${STAGEDIR}${PREFIX}/man/man6 + ${INSTALL_MAN} ${WRKSRC}/sol.6 ${STAGEDIR}${PREFIX}/share/man/man6 @${MKDIR} ${STAGEDIR}${PREFIX}/share/sol ${INSTALL_DATA} ${WRKSRC}/sol.score ${STAGEDIR}${PREFIX}/share/sol @${MKDIR} ${STAGEDIR}${PREFIX}/share/doc/sol diff --git a/games/sol/pkg-plist b/games/sol/pkg-plist index 93cc5dd306db..59e85398ae5a 100644 --- a/games/sol/pkg-plist +++ b/games/sol/pkg-plist @@ -1,5 +1,5 @@ @(games,games,6755) bin/sol -man/man6/sol.6.gz +share/man/man6/sol.6.gz %%PORTDOCS%%%%DOCSDIR%%/CREDITS %%PORTDOCS%%%%DOCSDIR%%/README @(games,games,0660) share/sol/sol.score |