mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
deskutils/sowon: Move man pages to share/man
Approved by: portmgr (blanket)
This commit is contained in:
parent
f762f84da0
commit
cfc80eb510
1 changed files with 7 additions and 1 deletions
|
@ -1,5 +1,6 @@
|
||||||
PORTNAME= sowon
|
PORTNAME= sowon
|
||||||
DISTVERSION= g20201203
|
DISTVERSION= g20201203
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= deskutils
|
CATEGORIES= deskutils
|
||||||
|
|
||||||
MAINTAINER= nsonack@outlook.com
|
MAINTAINER= nsonack@outlook.com
|
||||||
|
@ -18,6 +19,11 @@ GH_TAGNAME= 0d43de4af5a430052aee2c2691fafe21ad80a83d
|
||||||
USE_SDL= sdl2
|
USE_SDL= sdl2
|
||||||
|
|
||||||
PLIST_FILES= bin/sowon \
|
PLIST_FILES= bin/sowon \
|
||||||
man/man6/sowon.6.gz
|
share/man/man6/sowon.6.gz
|
||||||
|
|
||||||
|
do-install:
|
||||||
|
${INSTALL_PROGRAM} ${WRKSRC}/sowon ${STAGEDIR}${PREFIX}/bin
|
||||||
|
${INSTALL_MAN} ${WRKSRC}/docs/sowon.6.gz \
|
||||||
|
${STAGEDIR}${PREFIX}/share/man/man6
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
Loading…
Add table
Reference in a new issue