diff options
author | scheidell <scheidell@FreeBSD.org> | 2012-01-13 22:40:17 +0800 |
---|---|---|
committer | scheidell <scheidell@FreeBSD.org> | 2012-01-13 22:40:17 +0800 |
commit | 47f382565dee155179c3f0a122dd96eace46a1b7 (patch) | |
tree | 2e22a5dc9db1918178cc9972a7d01bdc1e45d369 /emulators | |
parent | 038afc936934e5830ea5baff9f07d4f05e9ce53a (diff) | |
download | freebsd-ports-gnome-47f382565dee155179c3f0a122dd96eace46a1b7.tar.gz freebsd-ports-gnome-47f382565dee155179c3f0a122dd96eace46a1b7.tar.zst freebsd-ports-gnome-47f382565dee155179c3f0a122dd96eace46a1b7.zip |
- 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)
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/fceux/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/emulators/fceux/Makefile b/emulators/fceux/Makefile index 2d091c2a717f..873ddac903b7 100644 --- a/emulators/fceux/Makefile +++ b/emulators/fceux/Makefile @@ -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}/ |