svn commit: r414385 - head/editors/openoffice-4

Don Lewis truckman at FreeBSD.org
Sun May 1 05:26:22 UTC 2016


Author: truckman
Date: Sun May  1 05:26:21 2016
New Revision: 414385
URL: https://svnweb.freebsd.org/changeset/ports/414385

Log:
  Update TARGET_ORDER_OVERRIDE to for the changes to Uses/gnome.mk
  in r413768.
  
  Don't bother trying to create ${STAGEDIR}${DESKTOPDIR} since it
  is already handled by mtree.

Modified:
  head/editors/openoffice-4/Makefile

Modified: head/editors/openoffice-4/Makefile
==============================================================================
--- head/editors/openoffice-4/Makefile	Sun May  1 05:21:11 2016	(r414384)
+++ head/editors/openoffice-4/Makefile	Sun May  1 05:26:21 2016	(r414385)
@@ -3,7 +3,7 @@
 
 PORTNAME=	apache-openoffice
 PORTVERSION=	${AOOVERSION}
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	editors java
 MASTER_SITES=	APACHE/openoffice/${PORTVERSION}/source \
 		http://tools.openoffice.org/unowinreg_prebuild/680/:unoreg \
@@ -165,8 +165,8 @@ SDK_CONFIGURE_ENABLE=		odk
 WIKI_PUBLISHER_CONFIGURE_ENABLE=	wiki-publisher
 WIKI_PUBLISHER_VARS=	BUNDLED_EXTENSIONS+=swext/wiki-publisher.oxt
 
-# Don't run gnome-post-install until after post-install generates the plist
-TARGET_ORDER_OVERRIDE=	710:gnome-post-install
+# Don't run gnome-post-icons until after post-install generates the plist
+TARGET_ORDER_OVERRIDE=	710:gnome-post-icons
 
 .include <bsd.port.pre.mk>
 
@@ -399,7 +399,6 @@ do-build:
 
 do-install:
 	@${MKDIR} ${STAGEDIR}${PRINSTALLATION_BASEDIR} \
-		${STAGEDIR}${DESKTOPDIR} \
 		${STAGEDIR}${PREFIX}/share/mime/packages
 	@cd ${WRKSRC}/instsetoo_native/unxfbsd?.pro/Apache_OpenOffice/archive/install/${LOCALIZED_LANG}/ ; \
 		for i in *.tar.?z ; do \


More information about the svn-ports-all mailing list