svn commit: r350251 - head/editors/openoffice-devel
Antoine Brodin
antoine at FreeBSD.org
Sat Apr 5 17:31:21 UTC 2014
Author: antoine
Date: Sat Apr 5 17:31:20 2014
New Revision: 350251
URL: http://svnweb.freebsd.org/changeset/ports/350251
QAT: https://qat.redports.org/buildarchive/r350251/
Log:
Possibly unbreak
Reported by: pkg-fallout
With hat: portmgr
Modified:
head/editors/openoffice-devel/Makefile
Modified: head/editors/openoffice-devel/Makefile
==============================================================================
--- head/editors/openoffice-devel/Makefile Sat Apr 5 17:30:08 2014 (r350250)
+++ head/editors/openoffice-devel/Makefile Sat Apr 5 17:31:20 2014 (r350251)
@@ -323,12 +323,14 @@ post-install:
@for dir in `ls ${ICONS}/hicolor | ${GREP} -v CVS`; do \
for app in base calc draw impress math printeradmin writer; do \
if [ -r ${ICONS}/hicolor/$${dir}/apps/$${app}.png ]; then \
+ ${MKDIR} ${STAGEDIR}${PREFIX}/share/icons/hicolor/$${dir}/apps/ ; \
${INSTALL_DATA} ${ICONS}/hicolor/$${dir}/apps/$${app}.png \
${STAGEDIR}${PREFIX}/share/icons/hicolor/$${dir}/apps/${EXECBASE}-$${app}.png ; \
${ECHO_CMD} "share/icons/hicolor/$${dir}/apps/${EXECBASE}-$${app}.png" >> ${TMPPLIST} ; \
fi \
done ; \
for iconfile in `cd ${ICONS}/hicolor/$${dir}/mimetypes; ls *.png`; do \
+ ${MKDIR} ${STAGEDIR}${PREFIX}/share/icons/hicolor/$${dir}/mimetypes/ ; \
${INSTALL_DATA} ${ICONS}/hicolor/$${dir}/mimetypes/$${iconfile} \
${STAGEDIR}${PREFIX}/share/icons/hicolor/$${dir}/mimetypes/ ; \
${ECHO_CMD} "share/icons/hicolor/$${dir}/mimetypes/$${iconfile}" >> ${TMPPLIST} ; \
More information about the svn-ports-head
mailing list