diff options
Diffstat (limited to 'devel')
-rw-r--r-- | devel/mingw32-binutils/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/mingw32-binutils/Makefile b/devel/mingw32-binutils/Makefile index d3a219bbb3f5..8e8d1ce24e99 100644 --- a/devel/mingw32-binutils/Makefile +++ b/devel/mingw32-binutils/Makefile @@ -44,7 +44,9 @@ post-install: add-plist-post: @${ECHO_CMD} "@unexec ${RMDIR} -p %D/${PKGNAMEPREFIX:S/-$//}/info 2> /dev/null || true" >> ${TMPPLIST} @${ECHO_CMD} "@unexec ${RMDIR} -p %D/${PKGNAMEPREFIX:S/-$//} 2> /dev/null || true" >> ${TMPPLIST} -.if (defined(PREFIX) && ${PREFIX} != ${LOCALBASE} && ${PREFIX} != ${LINUXBASE} && ${PREFIX} != "/usr") +.if (defined(PREFIX) && defined(LOCALBASE) && defined(LINUXBASE) \ + && ${PREFIX} != ${LOCALBASE} && ${PREFIX} != ${LINUXBASE} \ + && ${PREFIX} != "/usr") @${ECHO_CMD} "@unexec ${RMDIR} %D 2> /dev/null || true" >> ${TMPPLIST} .else @${DO_NADA} |