diff options
author | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2010-12-18 05:27:30 +0000 |
---|---|---|
committer | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2010-12-18 05:27:30 +0000 |
commit | 497fd8f0a9969ce38549104063cf4e1e0f05b320 (patch) | |
tree | 0173d00c89376c81db7dd53f155960788baded44 /emulators/mupen64plus-core | |
parent | 02369dd1b7a864c92fb2e65ad921f1ccc1d64c3e (diff) | |
download | ports-497fd8f0a9969ce38549104063cf4e1e0f05b320.tar.gz ports-497fd8f0a9969ce38549104063cf4e1e0f05b320.zip |
Notes
Diffstat (limited to 'emulators/mupen64plus-core')
-rw-r--r-- | emulators/mupen64plus-core/Makefile.common | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/mupen64plus-core/Makefile.common b/emulators/mupen64plus-core/Makefile.common index 36ad55645a42..486db1dc65a5 100644 --- a/emulators/mupen64plus-core/Makefile.common +++ b/emulators/mupen64plus-core/Makefile.common @@ -84,7 +84,7 @@ do-install: . if ${PKGNAMESUFFIX} != "-ui-console" @${MKDIR} ${PREFIX}/lib/${PORTNAME} - ${INSTALL_PROGRAM} ${BUILD_WRKSRC}/${PORTNAME}${PKGNAMESUFFIX}.so ${PREFIX}/lib + ${INSTALL_PROGRAM} ${BUILD_WRKSRC}/${PORTNAME}${PKGNAMESUFFIX}.so ${PREFIX}/lib/${PORTNAME} . else ${INSTALL_PROGRAM} ${BUILD_WRKSRC}/${PORTNAME} ${PREFIX}/bin . endif |