ports/56236: update port emulators/fceu (add man page)

HIYAMA Takeshi th at smtp02.odn.ne.jp
Sun Aug 31 14:10:19 UTC 2003


>Number:         56236
>Category:       ports
>Synopsis:       update port emulators/fceu (add man page)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Aug 31 07:10:17 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     HIYAMA Takeshi
>Release:        FreeBSD 5.1-CURRENT i386
>Organization:
Hitachi Naka Electronics Co., Ld.
>Environment:
System: FreeBSD breton.hiyama 5.1-CURRENT FreeBSD 5.1-CURRENT #13: Thu Aug 28 22:45:58 JST 2003 th at breton.hiyama:/usr/obj/usr/src/sys/BRETON i386


>Description:
	Added man page to  port:emulators/fceu

>How-To-Repeat:
>Fix:


diff -urN fceu.orig/Makefile fceu/Makefile
--- fceu.orig/Makefile	Thu Jul 24 02:37:16 2003
+++ fceu/Makefile	Sun Aug 31 22:32:59 2003
@@ -7,6 +7,7 @@
 
 PORTNAME=	fceu
 PORTVERSION=	0.96
+PORTREVISION=	1
 CATEGORIES=	emulators
 MASTER_SITES=	http://fceultra.sourceforge.net/files/
 DISTNAME=	fceu${PORTVERSION:S/.//}src
@@ -16,6 +17,7 @@
 
 LIB_DEPENDS=	SDL-1.1:${PORTSDIR}/devel/sdl12
 
+MAN6=		fceu.6
 WRKSRC=		${WRKDIR}/fceu
 USE_X_PREFIX=	yes
 USE_GMAKE=	yes
@@ -63,6 +65,9 @@
 .endif
 .endif
 
+pre-build:
+	@${CP} ${WRKSRC}/Documentation/fceu-sdl.6 ${WRKSRC}/Documentation/fceu.6
+
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/fceu ${PREFIX}/bin
 .if !defined(NOPORTDOCS)
@@ -72,6 +77,8 @@
 	${INSTALL_DATA} ${WRKSRC}/Documentation/${docs} ${DOCSDIR}
 .endfor
 .endif
+.if !defined(NOPORTDOCS)
+	${INSTALL_MAN} ${WRKSRC}/Documentation/fceu.6 ${PREFIX}/man/man6
 .if defined(TECH_DOC_INSTALL)
 	@${MKDIR} ${DOCSDIR}/tech
 .for docs in ${TECHDOCS}
@@ -92,6 +99,7 @@
 	${INSTALL_DATA} ${WRKSRC}/Documentation/tech/ppu/${docs:S/\\/ /g} \
 			${DOCSDIR}/tech/ppu
 .endfor
+.endif
 .endif
 .endif
 
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list