- My fault on previous commit, this is the correct way for do the things
This commit is contained in:
parent
173bf3ba0e
commit
5ee4cbd5f7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=188166
1 changed files with 4 additions and 1 deletions
|
@ -74,6 +74,9 @@ CONFIGURE_ARGS+= --without-mmx
|
|||
.if defined(WITH_OPENGL)
|
||||
USE_GL= yes
|
||||
CONFIGURE_ARGS+= --with-opengl
|
||||
SNES9X_BIN= osnes9x
|
||||
.else
|
||||
SNES9X_BIN= snes9x
|
||||
.endif
|
||||
|
||||
.if !defined(WITHOUT_SCREENSHOT)
|
||||
|
@ -107,7 +110,7 @@ do-install:
|
|||
.endfor
|
||||
${INSTALL_DATA} ${WRKSRC}/unix/docs/readme_unix.txt ${DOCSDIR}/README
|
||||
.endif
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/${SNES9X_BIN} ${PREFIX}/bin/${PORTNAME}
|
||||
|
||||
post-install:
|
||||
@${CAT} ${PKGMESSAGE}
|
||||
|
|
Loading…
Reference in a new issue