aboutsummaryrefslogtreecommitdiffstats
path: root/editors
diff options
context:
space:
mode:
authortruckman <truckman@FreeBSD.org>2016-01-03 04:58:43 +0800
committertruckman <truckman@FreeBSD.org>2016-01-03 04:58:43 +0800
commitc2c216fca4db49421a030bbc7cc855e8ad1dea58 (patch)
tree323da4be6b198a5b7c62e47f48cbab0a0c93f2c3 /editors
parent788b207a179f2fd99a7af9b5a793d3d7bda9c429 (diff)
downloadfreebsd-ports-gnome-c2c216fca4db49421a030bbc7cc855e8ad1dea58.tar.gz
freebsd-ports-gnome-c2c216fca4db49421a030bbc7cc855e8ad1dea58.tar.zst
freebsd-ports-gnome-c2c216fca4db49421a030bbc7cc855e8ad1dea58.zip
Correct the Icon entry in the .desktop files so that the icons are
visible in the menu. PR: 205758
Diffstat (limited to 'editors')
-rw-r--r--editors/openoffice-4/Makefile3
-rw-r--r--editors/openoffice-devel/Makefile4
2 files changed, 4 insertions, 3 deletions
diff --git a/editors/openoffice-4/Makefile b/editors/openoffice-4/Makefile
index 3174d1f1b179..fd2b78c451be 100644
--- a/editors/openoffice-4/Makefile
+++ b/editors/openoffice-4/Makefile
@@ -3,6 +3,7 @@
PORTNAME= apache-openoffice
PORTVERSION= ${AOOVERSION}
+PORTREVISION= 1
CATEGORIES= editors java
MASTER_SITES= APACHE/openoffice/${PORTVERSION}/source \
http://tools.openoffice.org/unowinreg_prebuild/680/:unoreg \
@@ -325,7 +326,7 @@ post-extract:
-e d ${WRKSRC}/LICENSE > ${LICENSE_FILE_W3C}
post-patch:
- ${REINPLACE_CMD} -e "/^ICONVERSION/s/=.*/= '-${AOOSUFFIX}'/" \
+ ${REINPLACE_CMD} -e "/^ICONVERSION/s/=.*/= '${AOOVERSION1}'/" \
${WRKSRC}/sysui/desktop/productversion.mk
${REINPLACE_CMD} -e "s|%%JAVA_HOME%%|${JAVA_HOME}|" \
${WRKSRC}/desktop/scripts/soffice.sh
diff --git a/editors/openoffice-devel/Makefile b/editors/openoffice-devel/Makefile
index 64b2706f53a3..44413ddc173a 100644
--- a/editors/openoffice-devel/Makefile
+++ b/editors/openoffice-devel/Makefile
@@ -3,7 +3,7 @@
PORTNAME= apache-openoffice
PORTVERSION= ${AOOVERSION1}.${AOOVERSION2}.${SVNREVISION}
-#PORTREVISION= 1
+PORTREVISION= 1
PORTEPOCH= 4
CATEGORIES= editors java
MASTER_SITES= https://dist.apache.org/repos/dist/dev/openoffice/${AOOVERSION}-${AOORC}-r${SVNREVISION}/source/ \
@@ -336,7 +336,7 @@ post-extract:
-e d ${WRKSRC}/LICENSE > ${LICENSE_FILE_W3C}
post-patch:
- ${REINPLACE_CMD} -e "/^ICONVERSION/s/=.*/= '-${AOOSUFFIX}'/" \
+ ${REINPLACE_CMD} -e "/^ICONVERSION/s/=.*/= '${AOOVERSION1}'/" \
${WRKSRC}/sysui/desktop/productversion.mk
${REINPLACE_CMD} -e "s|%%JAVA_HOME%%|${JAVA_HOME}|" \
${WRKSRC}/desktop/scripts/soffice.sh