diff options
author | bapt <bapt@FreeBSD.org> | 2014-09-03 14:40:01 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-09-03 14:40:01 +0800 |
commit | c90a09618235cbfd63d57178c4fd491235b10e7e (patch) | |
tree | 0dfd7d2b6a5bcb4d36299818461ada8c4efbf373 /editors/libreoffice | |
parent | 5fca34116af78b8ca16cf61db715b22b51fd41b6 (diff) | |
download | freebsd-ports-gnome-c90a09618235cbfd63d57178c4fd491235b10e7e.tar.gz freebsd-ports-gnome-c90a09618235cbfd63d57178c4fd491235b10e7e.tar.zst freebsd-ports-gnome-c90a09618235cbfd63d57178c4fd491235b10e7e.zip |
Use directly @dirrmtry
Diffstat (limited to 'editors/libreoffice')
-rw-r--r-- | editors/libreoffice/Makefile.common | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/libreoffice/Makefile.common b/editors/libreoffice/Makefile.common index 161daec49a63..b419b8e1a7a5 100644 --- a/editors/libreoffice/Makefile.common +++ b/editors/libreoffice/Makefile.common @@ -57,7 +57,7 @@ post-extract: do-install: @${RM} -f ${PLISTD} ${PLISTF} - cd ${WRKSRC}/opt/${PORTNAME}${PORTVERSION:R} ; ${FIND} * -type d -exec ${ECHO_CMD} "@unexec ${RMDIR} %D/lib/${PORTNAME}/{} || ${TRUE}" \; >> ${PLISTD} + cd ${WRKSRC}/opt/${PORTNAME}${PORTVERSION:R} ; ${FIND} * -type d -exec ${ECHO_CMD} "@dirrmtry lib/${PORTNAME}/{}" \; >> ${PLISTD} cd ${WRKSRC}/opt/${PORTNAME}${PORTVERSION:R} ; ${FIND} * \( -type f -o -type l \) -exec ${ECHO_CMD} "lib/${PORTNAME}/{} " \; >> ${PLISTF} ${SORT} ${PLISTF} >> ${TMPPLIST} |