diff options
Diffstat (limited to 'editors/libreoffice4/Makefile')
-rw-r--r-- | editors/libreoffice4/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/libreoffice4/Makefile b/editors/libreoffice4/Makefile index 2311262f90f2..f4a50afa2b2e 100644 --- a/editors/libreoffice4/Makefile +++ b/editors/libreoffice4/Makefile @@ -359,7 +359,7 @@ post-configure: do-install: @cd ${WRKSRC} && ${MAKE_CMD} ${MAKE_ARGS} distro-pack-install - @${RM} -f ${PLISTD} ${PLISTF} + @${RM} ${PLISTD} ${PLISTF} @cd ${STAGEDIR}${PREFIX} && ${FIND} -d lib/libreoffice -type d \ -empty -exec ${ECHO_CMD} "@dir {}" \; >> ${PLISTD} @cd ${STAGEDIR}${PREFIX} && ${FIND} -H -s bin etc lib man \ |