mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
Properly install the man-page.
Noticed by: bento.
This commit is contained in:
parent
fe265c37e8
commit
a9ace119ca
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=70480
@ -21,7 +21,7 @@ MAN6= frotz.6
|
|||||||
|
|
||||||
do-install:
|
do-install:
|
||||||
@${INSTALL_PROGRAM} ${WRKSRC}/frotz ${PREFIX}/bin
|
@${INSTALL_PROGRAM} ${WRKSRC}/frotz ${PREFIX}/bin
|
||||||
@${INSTALL_MAN} ${WRKSRC}/frotz.6 ${MANPREFIX}/man/man6
|
@${INSTALL_MAN} ${WRKSRC}/doc/frotz.6 ${MANPREFIX}/man/man6
|
||||||
.if !defined(NOPORTDOCS)
|
.if !defined(NOPORTDOCS)
|
||||||
@${MKDIR} ${DOCSDIR}
|
@${MKDIR} ${DOCSDIR}
|
||||||
.for file in BUGS HOW_TO_PLAY README
|
.for file in BUGS HOW_TO_PLAY README
|
||||||
|
Loading…
Reference in New Issue
Block a user