svn commit: r426579 - head/editors/libreoffice

Baptiste Daroussin bapt at FreeBSD.org
Sun Nov 20 12:45:38 UTC 2016


Author: bapt
Date: Sun Nov 20 12:45:36 2016
New Revision: 426579
URL: https://svnweb.freebsd.org/changeset/ports/426579

Log:
  Use @post[un]exec instead of deprecated @[un]exec which is deprecated
  
  Do not bump portrevision as it does not change the final package

Modified:
  head/editors/libreoffice/Makefile

Modified: head/editors/libreoffice/Makefile
==============================================================================
--- head/editors/libreoffice/Makefile	Sun Nov 20 12:41:44 2016	(r426578)
+++ head/editors/libreoffice/Makefile	Sun Nov 20 12:45:36 2016	(r426579)
@@ -312,8 +312,8 @@ post-install-SDK-on:
 add-plist-gnome:
 .for subdir in gnome hicolor locolor
 	@${ECHO_CMD} "@rmtry share/icons/${subdir}/icon-theme.cache" >> ${TMPPLIST}
-	@${ECHO_CMD} "@exec ${LOCALBASE}/bin/gtk-update-icon-cache -q -f %D/share/icons/${subdir} 2>/dev/null || ${TRUE}" >> ${TMPPLIST}
-	@${ECHO_CMD} "@unexec ${LOCALBASE}/bin/gtk-update-icon-cache -q -f %D/share/icons/${subdir} 2>/dev/null || ${TRUE}" >> ${TMPPLIST}
+	@${ECHO_CMD} "@postexec ${LOCALBASE}/bin/gtk-update-icon-cache -q -f %D/share/icons/${subdir} 2>/dev/null || ${TRUE}" >> ${TMPPLIST}
+	@${ECHO_CMD} "@postunexec ${LOCALBASE}/bin/gtk-update-icon-cache -q -f %D/share/icons/${subdir} 2>/dev/null || ${TRUE}" >> ${TMPPLIST}
 .endfor
 
 .include <bsd.port.post.mk>


More information about the svn-ports-all mailing list