From 5a03fea9e4a3cd01a33b0dac094a4961b3d9c600 Mon Sep 17 00:00:00 2001 From: Kirill Ponomarev Date: Sat, 17 Jul 2004 18:29:42 +0000 Subject: Fix PLIST_FILES PR: ports/69186 Submitted by: Ports Fury --- emulators/snes9x/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'emulators/snes9x') diff --git a/emulators/snes9x/Makefile b/emulators/snes9x/Makefile index 40906f066332..c9ac5f7b7bdb 100644 --- a/emulators/snes9x/Makefile +++ b/emulators/snes9x/Makefile @@ -14,7 +14,6 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}-src MAINTAINER= green@FreeBSD.org COMMENT= Super Nintendo Entertainment System(SNES) Emulator -PLIST_FILES= bin/snes9x WRKSRC= ${WRKDIR}/${DISTNAME}/${PORTNAME} USE_X_PREFIX= YES @@ -25,6 +24,8 @@ MAKE_ARGS= INCLUDES="-I${X11BASE}/include ${PTHREAD_CFLAGS}" \ LDLIBS="-L${X11BASE}/lib ${PTHREAD_LIBS}" \ OPTIMISE="${CXXFLAGS}" +PLIST_FILES= bin/${SNES9X_BIN} + .include .if ${ARCH} == "i386" && !defined(WITHOUT_X86_ASM) -- cgit v1.2.3