Fix PLIST_FILES
PR: ports/69186 Submitted by: Ports Fury
This commit is contained in:
parent
d878a36364
commit
5a03fea9e4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=113853
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user