Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 17 Jul 2004 23:00:18 +0900
From:      KATO Tsuguru <tkato432@yahoo.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/69186: Update port: emulators/snes9x
Message-ID:  <20040717230018.4d2fdcf0.tkato432@yahoo.com>
Resent-Message-ID: <200407171410.i6HEA9nZ047628@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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@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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040717230018.4d2fdcf0.tkato432>