From 1ef6c2804f185fadc52954b7749ee3cf0c5ba5bd Mon Sep 17 00:00:00 2001 From: Antoine Brodin Date: Thu, 13 Nov 2014 14:32:39 +0000 Subject: Cleanup plist --- emulators/mupen64plus-core/Makefile.common | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'emulators/mupen64plus-core/Makefile.common') 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 \ -- cgit v1.2.3