games/uqm: Moved man to share/man
Approved by: portmgr (blanket)
This commit is contained in:
parent
5abca99cd8
commit
3dac0919f5
2 changed files with 3 additions and 2 deletions
|
@ -1,5 +1,6 @@
|
|||
PORTNAME= uqm
|
||||
DISTVERSION= 0.8.0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= games
|
||||
MASTER_SITES= SF/sc2/UQM/${DISTVERSION:R}
|
||||
DISTFILES= ${DISTNAME}-src.tgz ${DISTNAME}-content.uqm
|
||||
|
@ -113,6 +114,6 @@ do-install:
|
|||
.endif
|
||||
${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/doc/users/manual.txt ${STAGEDIR}${DOCSDIR}
|
||||
${INSTALL_MAN} ${WRKSRC}/doc/users/uqm.6 ${STAGEDIR}${PREFIX}/man/man6
|
||||
${INSTALL_MAN} ${WRKSRC}/doc/users/uqm.6 ${STAGEDIR}${PREFIX}/share/man/man6
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
bin/uqm
|
||||
man/man6/uqm.6.gz
|
||||
share/man/man6/uqm.6.gz
|
||||
@dir %%DATADIR%%/content
|
||||
@dir %%DATADIR%%/content/addons
|
||||
@dir %%DATADIR%%/content/packages
|
||||
|
|
Loading…
Reference in a new issue