svn commit: r367168 - head/editors/libreoffice

Baptiste Daroussin bapt at FreeBSD.org
Wed Sep 3 06:40:01 UTC 2014


Author: bapt
Date: Wed Sep  3 06:40:01 2014
New Revision: 367168
URL: http://svnweb.freebsd.org/changeset/ports/367168
QAT: https://qat.redports.org/buildarchive/r367168/

Log:
  Use directly @dirrmtry

Modified:
  head/editors/libreoffice/Makefile.common

Modified: head/editors/libreoffice/Makefile.common
==============================================================================
--- head/editors/libreoffice/Makefile.common	Wed Sep  3 06:37:25 2014	(r367167)
+++ head/editors/libreoffice/Makefile.common	Wed Sep  3 06:40:01 2014	(r367168)
@@ -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}


More information about the svn-ports-head mailing list