ports/69186: Update port: emulators/snes9x

KATO Tsuguru tkato432 at yahoo.com
Sat Jul 17 14:10:10 UTC 2004


>Number:         69186
>Category:       ports
>Synopsis:       Update port: emulators/snes9x
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jul 17 14:10:09 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 4.10-RELEASE-p2 i386
>Organization:
>Environment:
>Description:
- Fix PLIST_FILES

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/emulators/snes9x/Makefile emulators/snes9x/Makefile
--- /usr/ports/emulators/snes9x/Makefile	Sun May 30 21:46:54 2004
+++ emulators/snes9x/Makefile	Fri Jul 16 22:55:21 2004
@@ -14,7 +14,6 @@
 MAINTAINER=	green at FreeBSD.org
 COMMENT=	Super Nintendo Entertainment System(SNES) Emulator
 
-PLIST_FILES=	bin/snes9x
 WRKSRC=		${WRKDIR}/${DISTNAME}/${PORTNAME}
 
 USE_X_PREFIX=	YES
@@ -24,6 +23,8 @@
 MAKE_ARGS=	INCLUDES="-I${X11BASE}/include ${PTHREAD_CFLAGS}" \
 		LDLIBS="-L${X11BASE}/lib ${PTHREAD_LIBS}" \
 		OPTIMISE="${CXXFLAGS}"
+
+PLIST_FILES=	bin/${SNES9X_BIN}
 
 .include <bsd.port.pre.mk>
 
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list