diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-11-13 14:32:39 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-11-13 14:32:39 +0000 |
commit | 1ef6c2804f185fadc52954b7749ee3cf0c5ba5bd (patch) | |
tree | 22a87d3317beee8f02c7861d098cdd324706acc8 /emulators/mupen64plus-core | |
parent | 2c6ccacf072eec2e4c8e84910b70d7ac40e99798 (diff) | |
download | ports-1ef6c2804f185fadc52954b7749ee3cf0c5ba5bd.tar.gz ports-1ef6c2804f185fadc52954b7749ee3cf0c5ba5bd.zip |
Notes
Diffstat (limited to 'emulators/mupen64plus-core')
-rw-r--r-- | emulators/mupen64plus-core/Makefile.common | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/emulators/mupen64plus-core/Makefile.common b/emulators/mupen64plus-core/Makefile.common index c4a199639560..9ade56357976 100644 --- a/emulators/mupen64plus-core/Makefile.common +++ b/emulators/mupen64plus-core/Makefile.common @@ -64,11 +64,10 @@ pre-install: . if ${PKGNAMESUFFIX} != "-ui-console" @${ECHO_CMD} "lib/${PORTNAME}/${PORTNAME}${PKGNAMESUFFIX}.so" >> ${PLIST} - @${ECHO_CMD} "@dirrmtry lib/${PORTNAME}" >> ${PLIST} . else @${ECHO_CMD} "bin/${PORTNAME}" >> ${PLIST} . endif - @${ECHO_CMD} "@dirrmtry %%DATADIR%%" >> ${PLIST} + @${ECHO_CMD} "@dir %%DATADIR%%" >> ${PLIST} .else post-patch: @cd ${BUILD_WRKSRC} && ${REINPLACE_CMD} -e 's|gcc|${CC}|g' -e \ |