aboutsummaryrefslogtreecommitdiff
path: root/emulators/mupen64plus-core/Makefile.common
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2014-11-13 14:32:39 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2014-11-13 14:32:39 +0000
commit1ef6c2804f185fadc52954b7749ee3cf0c5ba5bd (patch)
tree22a87d3317beee8f02c7861d098cdd324706acc8 /emulators/mupen64plus-core/Makefile.common
parent2c6ccacf072eec2e4c8e84910b70d7ac40e99798 (diff)
downloadports-1ef6c2804f185fadc52954b7749ee3cf0c5ba5bd.tar.gz
ports-1ef6c2804f185fadc52954b7749ee3cf0c5ba5bd.zip
Cleanup plist
Notes
Notes: svn path=/head/; revision=372523
Diffstat (limited to 'emulators/mupen64plus-core/Makefile.common')
-rw-r--r--emulators/mupen64plus-core/Makefile.common3
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 \