Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 3 Sep 2014 06:40:01 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r367168 - head/editors/libreoffice
Message-ID:  <201409030640.s836e1HY037885@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409030640.s836e1HY037885>