diff options
author | mezz <mezz@FreeBSD.org> | 2005-03-17 05:47:50 +0800 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2005-03-17 05:47:50 +0800 |
commit | e3fff4369647efa9b82bf01b3f31b7beb787e9c0 (patch) | |
tree | 9a03ede6457526a00c0f7febc5cd9d3a12a123f7 /editors/abiword-devel | |
parent | 5d36e7d3c5206660b71dc849ade4c624aa82fba7 (diff) | |
download | freebsd-ports-graphics-e3fff4369647efa9b82bf01b3f31b7beb787e9c0.tar.gz freebsd-ports-graphics-e3fff4369647efa9b82bf01b3f31b7beb787e9c0.tar.zst freebsd-ports-graphics-e3fff4369647efa9b82bf01b3f31b7beb787e9c0.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.
Diffstat (limited to 'editors/abiword-devel')
-rw-r--r-- | editors/abiword-devel/Makefile | 2 | ||||
-rw-r--r-- | editors/abiword-devel/pkg-plist | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/editors/abiword-devel/Makefile b/editors/abiword-devel/Makefile index 9e3f99e9220..75cc56e3d87 100644 --- a/editors/abiword-devel/Makefile +++ b/editors/abiword-devel/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-devel/pkg-plist b/editors/abiword-devel/pkg-plist index 2afc8057e11..ad1603cc836 100644 --- a/editors/abiword-devel/pkg-plist +++ b/editors/abiword-devel/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 |