diff options
author | krion <krion@FreeBSD.org> | 2004-07-18 02:29:42 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2004-07-18 02:29:42 +0800 |
commit | ed74b5e7f104ab103835bb424a81f4d7ee0de8cf (patch) | |
tree | 3fbf2fee4cc3da82615b2b1ce3eeec191f38c30b /emulators/snes9x | |
parent | 3f66b1d46f6215be085decfad57fe8e406b670a5 (diff) | |
download | freebsd-ports-gnome-ed74b5e7f104ab103835bb424a81f4d7ee0de8cf.tar.gz freebsd-ports-gnome-ed74b5e7f104ab103835bb424a81f4d7ee0de8cf.tar.zst freebsd-ports-gnome-ed74b5e7f104ab103835bb424a81f4d7ee0de8cf.zip |
Fix PLIST_FILES
PR: ports/69186
Submitted by: Ports Fury
Diffstat (limited to 'emulators/snes9x')
-rw-r--r-- | emulators/snes9x/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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 <bsd.port.pre.mk> .if ${ARCH} == "i386" && !defined(WITHOUT_X86_ASM) |