diff options
author | Don Lewis <truckman@FreeBSD.org> | 2016-05-01 05:26:21 +0000 |
---|---|---|
committer | Don Lewis <truckman@FreeBSD.org> | 2016-05-01 05:26:21 +0000 |
commit | 8535e2e3cc7f402140f03f89635b654155b7ab01 (patch) | |
tree | 5fe435a5d9448642e94286771f60aa9b06935fd8 /editors/openoffice-4 | |
parent | a4fa42b1b8d7c0f1278088ada3c3ae41058d40f3 (diff) | |
download | ports-8535e2e3cc7f402140f03f89635b654155b7ab01.tar.gz ports-8535e2e3cc7f402140f03f89635b654155b7ab01.zip |
Notes
Diffstat (limited to 'editors/openoffice-4')
-rw-r--r-- | editors/openoffice-4/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/editors/openoffice-4/Makefile b/editors/openoffice-4/Makefile index fca4ca3fef45..ebe0d9bbed76 100644 --- a/editors/openoffice-4/Makefile +++ b/editors/openoffice-4/Makefile @@ -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 \ |