aboutsummaryrefslogtreecommitdiff
path: root/editors/abiword
diff options
context:
space:
mode:
authorJeremy Messenger <mezz@FreeBSD.org>2005-03-16 21:47:50 +0000
committerJeremy Messenger <mezz@FreeBSD.org>2005-03-16 21:47:50 +0000
commitc1d95aab80a9551d7e7451ed91c8342ef63d180c (patch)
tree160c88fc7eaf076c5074f663eb9288c0a8dd1cc0 /editors/abiword
parent6e2ca19b4056765bbdcad096ab506094f41194ad (diff)
downloadports-c1d95aab80a9551d7e7451ed91c8342ef63d180c.tar.gz
ports-c1d95aab80a9551d7e7451ed91c8342ef63d180c.zip
Fully-qualify the path to update-desktop-database and update-mime-database in
the plist since /usr/local/bin isn't in pkg_add's PATH. Bump the PORTREVISION.
Notes
Notes: svn path=/head/; revision=131439
Diffstat (limited to 'editors/abiword')
-rw-r--r--editors/abiword/Makefile2
-rw-r--r--editors/abiword/pkg-plist4
2 files changed, 3 insertions, 3 deletions
diff --git a/editors/abiword/Makefile b/editors/abiword/Makefile
index 9e3f99e9220f..75cc56e3d87e 100644
--- a/editors/abiword/Makefile
+++ b/editors/abiword/Makefile
@@ -7,7 +7,7 @@
PORTNAME= abiword
PORTVERSION= 2.2.5
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= editors
MASTER_SITES= http://www.abisource.com/downloads/%SUBDIR%/${PORTVERSION}/source/
MASTER_SITE_SUBDIR= abiword
diff --git a/editors/abiword/pkg-plist b/editors/abiword/pkg-plist
index 2afc8057e11b..ad1603cc836c 100644
--- a/editors/abiword/pkg-plist
+++ b/editors/abiword/pkg-plist
@@ -274,7 +274,7 @@ share/AbiSuite-%%ABIVERSION%%/templates/normal.awt-yi
share/AbiSuite-%%ABIVERSION%%/templates/normal.awt-zh_CN
share/AbiSuite-%%ABIVERSION%%/templates/normal.awt-zh_TW
%%GNOME:%%share/gnome/applications/abiword.desktop
-%%GNOME:%%@exec update-desktop-database > /dev/null || /usr/bin/true
+%%GNOME:%%@exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true
%%GNOME:%%share/gnome/gnome-2.0/ui/abi-nautilus-view-file.xml
%%GNOME:%%share/gnome/pixmaps/abiword_48.png
@dirrm share/AbiSuite-%%ABIVERSION%%/templates
@@ -288,4 +288,4 @@ share/AbiSuite-%%ABIVERSION%%/templates/normal.awt-zh_TW
@dirrm share/AbiSuite-%%ABIVERSION%%
@dirrm lib/AbiWord-%%ABIVERSION%%/plugins
@dirrm lib/AbiWord-%%ABIVERSION%%
-%%GNOME:%%@unexec update-desktop-database > /dev/null || /usr/bin/true
+%%GNOME:%%@unexec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true