- My fault on previous commit, this is the correct way for do the things

This commit is contained in:
Jose Alonso Cardenas Marquez 2007-03-24 12:26:14 +00:00
parent 173bf3ba0e
commit 5ee4cbd5f7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=188166

View file

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