summaryrefslogtreecommitdiff
path: root/www/screem
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 /www/screem
parent- Update to 2.10.1 (diff)
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 'www/screem')
-rw-r--r--www/screem/Makefile2
-rw-r--r--www/screem/pkg-plist8
2 files changed, 5 insertions, 5 deletions
diff --git a/www/screem/Makefile b/www/screem/Makefile
index 3d86f0e163eb..01db789b068d 100644
--- a/www/screem/Makefile
+++ b/www/screem/Makefile
@@ -7,7 +7,7 @@
PORTNAME= screem
PORTVERSION= 0.12.1
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= www gnome
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
diff --git a/www/screem/pkg-plist b/www/screem/pkg-plist
index 14a3576bc82d..5b3e20e2ea69 100644
--- a/www/screem/pkg-plist
+++ b/www/screem/pkg-plist
@@ -12,7 +12,7 @@ lib/screem/plugins/tableWizard.so
lib/screem/plugins/uploadWizard.so
share/gnome/application-registry/screem.applications
share/gnome/applications/screem.desktop
-@exec update-desktop-database > /dev/null || /usr/bin/true
+@exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true
share/gnome/help/screem/C/figures/color-wizard.png
share/gnome/help/screem/C/figures/css-wizard1.png
share/gnome/help/screem/C/figures/css-wizard2.png
@@ -226,6 +226,6 @@ share/locale/zh_CN/LC_MESSAGES/screem.mo
@dirrm share/gnome/screem/ui
@dirrm share/gnome/screem
@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/screem/screem-C.omf 2>/dev/null || /usr/bin/true
-@exec update-mime-database %D/share/mime
-@unexec update-mime-database %D/share/mime
-@unexec update-desktop-database > /dev/null || /usr/bin/true
+@exec %%LOCALBASE%%/bin/update-mime-database %D/share/mime
+@unexec %%LOCALBASE%%/bin/update-mime-database %D/share/mime
+@unexec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true