diff options
author | Michael Scheidell <scheidell@FreeBSD.org> | 2012-01-13 14:40:17 +0000 |
---|---|---|
committer | Michael Scheidell <scheidell@FreeBSD.org> | 2012-01-13 14:40:17 +0000 |
commit | 645830e97ff89d15cbf6302468ce457b748c749e (patch) | |
tree | 96a113cabd4c60f0d316c9fb7e5c575f99da4646 /emulators/fceux | |
parent | 03dc79889005d783f6459ebd2802038c54286da8 (diff) | |
download | ports-645830e97ff89d15cbf6302468ce457b748c749e.tar.gz ports-645830e97ff89d15cbf6302468ce457b748c749e.zip |
Notes
Diffstat (limited to 'emulators/fceux')
-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}/ |