diff options
Diffstat (limited to 'graphics/gpdf')
-rw-r--r-- | graphics/gpdf/Makefile | 1 | ||||
-rw-r--r-- | graphics/gpdf/pkg-plist | 4 |
2 files changed, 3 insertions, 2 deletions
diff --git a/graphics/gpdf/Makefile b/graphics/gpdf/Makefile index f9a9e248b18e..c244558197c6 100644 --- a/graphics/gpdf/Makefile +++ b/graphics/gpdf/Makefile @@ -7,6 +7,7 @@ PORTNAME= gpdf PORTVERSION= 2.10.0 +PORTREVISION= 1 CATEGORIES= graphics print gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/2.10 diff --git a/graphics/gpdf/pkg-plist b/graphics/gpdf/pkg-plist index 0a67e02da255..c0bf3f455a26 100644 --- a/graphics/gpdf/pkg-plist +++ b/graphics/gpdf/pkg-plist @@ -3,7 +3,7 @@ libdata/bonobo/servers/GNOME_PDF.server libexec/gnome-pdf-viewer share/gnome/application-registry/gpdf.applications share/gnome/applications/gpdf.desktop -@exec update-desktop-database > /dev/null || /usr/bin/true +@exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true share/gnome/gnome-2.0/ui/gpdf-control-ui.xml share/gnome/gnome-2.0/ui/gpdf-window-ui.xml share/gnome/gpdf/glade/gpdf-print-progress-dialog.glade @@ -107,4 +107,4 @@ share/locale/zh_TW/LC_MESSAGES/gpdf.mo @dirrm share/gnome/help/gpdf @dirrm share/gnome/gpdf/glade @dirrm share/gnome/gpdf -@unexec update-desktop-database > /dev/null || /usr/bin/true +@unexec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true |