- Didn't reinstall documentation/fceux.6 as intended.
- maintainer asked submitter to submit the patch due to maintainer's schedule PR: ports/163510 Submitted by: A.J. Kehoe IV (Nanoman)" <ibxht163@nanoman.ca> Approved by: maintainer (timeout, 22 days), gabor (mentor, implicit)
This commit is contained in:
parent
03dc798890
commit
645830e97f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=289112
1 changed files with 4 additions and 3 deletions
|
@ -7,6 +7,7 @@
|
|||
|
||||
PORTNAME= fceux
|
||||
PORTVERSION= 2.1.4a
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= emulators
|
||||
MASTER_SITES= SF/fceultra/Source%20Code/2.1.4%20src/
|
||||
DISTNAME= ${PORTNAME}-${PORTVERSION}.src
|
||||
|
@ -29,13 +30,13 @@ MAN6= fceux.6
|
|||
.include <bsd.port.pre.mk>
|
||||
|
||||
post-extract:
|
||||
${REINPLACE_CMD} -e 's/[[:cntrl:]]*$$//' \
|
||||
${REINPLACE_CMD} -e 's/[[:cntrl:]]*$$//' \
|
||||
${WRKSRC}/src/drivers/common/vidblit.cpp
|
||||
@${MV} ${WRKSRC}/documentation/fceux.6 ${WRKSRC}/
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/src/fceux ${PREFIX}/bin
|
||||
${INSTALL_MAN} ${WRKSRC}/documentation/fceux.6 ${PREFIX}/man/man6
|
||||
${RM} ${WRKSRC}/documentation/fceux.6
|
||||
${INSTALL_MAN} ${WRKSRC}/fceux.6 ${PREFIX}/man/man6
|
||||
.if !defined(NOPORTDOCS)
|
||||
@${MKDIR} ${DOCSDIR}
|
||||
cd ${WRKSRC}/documentation && ${COPYTREE_SHARE} . ${DOCSDIR}/
|
||||
|
|
Loading…
Reference in a new issue