summaryrefslogtreecommitdiff
path: root/editors/gedit
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/gedit
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 'editors/gedit')
-rw-r--r--editors/gedit/Makefile1
-rw-r--r--editors/gedit/pkg-plist4
2 files changed, 3 insertions, 2 deletions
diff --git a/editors/gedit/Makefile b/editors/gedit/Makefile
index ca0ae8b1291e..76ba5b970757 100644
--- a/editors/gedit/Makefile
+++ b/editors/gedit/Makefile
@@ -7,6 +7,7 @@
PORTNAME= gedit
PORTVERSION= 2.10.0
+PORTREVISION= 1
CATEGORIES= editors gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/${PORTNAME:S/2$//}/2.10
diff --git a/editors/gedit/pkg-plist b/editors/gedit/pkg-plist
index d3732cae1da8..419dd1f2daab 100644
--- a/editors/gedit/pkg-plist
+++ b/editors/gedit/pkg-plist
@@ -51,7 +51,7 @@ libdata/bonobo/servers/GNOME_Gedit.server
libdata/pkgconfig/gedit-%%VERSION%%.pc
share/gnome/application-registry/gedit.applications
share/gnome/applications/gedit.desktop
-@exec update-desktop-database > /dev/null || /usr/bin/true
+@exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true
share/gnome/gedit-2/glade/docinfo.glade2
share/gnome/gedit-2/glade/gedit-encodings-dialog.glade2
share/gnome/gedit-2/glade/gedit-preferences.glade2
@@ -250,4 +250,4 @@ share/locale/zh_TW/LC_MESSAGES/gedit.mo
@dirrm include/gedit-%%VERSION%%/gedit/recent-files
@dirrm include/gedit-%%VERSION%%/gedit
@dirrm include/gedit-%%VERSION%%
-@unexec update-desktop-database > /dev/null || /usr/bin/true
+@unexec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true