games/spellcast: Moved man to share/man

This commit is contained in:
Muhammad Moinur Rahman 2024-01-30 21:41:17 +01:00
parent 8e6d481415
commit bf303ee7f4
No known key found for this signature in database
GPG Key ID: BDB9B5A617C0BC91
1 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
PORTNAME= spellcast
PORTVERSION= 1.2
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= games
MASTER_SITES= http://www.eblong.com/zarf/ftp/
DISTNAME= ${PORTNAME}
@ -17,7 +17,7 @@ USE_XORG= x11
CFLAGS+= -Wno-return-type
PLIST_FILES= bin/spellcast man/man6/spellcast.6.gz
PLIST_FILES= bin/spellcast share/man/man6/spellcast.6.gz
PORTDOCS= README spelllist.ps
OPTIONS_DEFINE= DOCS
@ -30,7 +30,7 @@ CFLAGS+= -Wno-error=int-conversion
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/spellcast ${STAGEDIR}${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/spellcast.6 ${STAGEDIR}${PREFIX}/man/man6
${INSTALL_MAN} ${WRKSRC}/spellcast.6 ${STAGEDIR}${PREFIX}/share/man/man6
do-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}