aboutsummaryrefslogtreecommitdiff
path: root/graphics/sodipodi
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 /graphics/sodipodi
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 'graphics/sodipodi')
-rw-r--r--graphics/sodipodi/Makefile2
-rw-r--r--graphics/sodipodi/pkg-plist4
2 files changed, 3 insertions, 3 deletions
diff --git a/graphics/sodipodi/Makefile b/graphics/sodipodi/Makefile
index dabbfa089b2c..69828cec6d25 100644
--- a/graphics/sodipodi/Makefile
+++ b/graphics/sodipodi/Makefile
@@ -7,7 +7,7 @@
PORTNAME= sodipodi
PORTVERSION= 0.34
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= graphics gnome
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
diff --git a/graphics/sodipodi/pkg-plist b/graphics/sodipodi/pkg-plist
index ee4f469938a3..e1abdf310897 100644
--- a/graphics/sodipodi/pkg-plist
+++ b/graphics/sodipodi/pkg-plist
@@ -2,7 +2,7 @@ bin/sodipodi
lib/sodipodi/extensions/ill2svg.pl
lib/sodipodi/modules/libxmleditor.so
share/gnome/applications/sodipodi.desktop
-@exec update-desktop-database > /dev/null || /usr/bin/true
+@exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true
share/gnome/pixmaps/sodipodi.png
share/gnome/sodipodi/about.svg
share/gnome/sodipodi/add.xpm
@@ -220,4 +220,4 @@ share/locale/zh_CN/LC_MESSAGES/sodipodi.mo
@dirrm lib/sodipodi/modules
@dirrm lib/sodipodi/extensions
@dirrm lib/sodipodi
-@unexec update-desktop-database > /dev/null || /usr/bin/true
+@unexec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true