diff options
Diffstat (limited to 'graphics/inkscape')
-rw-r--r-- | graphics/inkscape/Makefile | 2 | ||||
-rw-r--r-- | graphics/inkscape/pkg-plist | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/graphics/inkscape/Makefile b/graphics/inkscape/Makefile index 4ebaaa902ac0..d027a411c929 100644 --- a/graphics/inkscape/Makefile +++ b/graphics/inkscape/Makefile @@ -7,7 +7,7 @@ PORTNAME= inkscape PORTVERSION= 0.41 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics gnome MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} diff --git a/graphics/inkscape/pkg-plist b/graphics/inkscape/pkg-plist index c569be72e1b0..28cdeaf283b3 100644 --- a/graphics/inkscape/pkg-plist +++ b/graphics/inkscape/pkg-plist @@ -7,7 +7,7 @@ lib/inkscape/plugins/libgrid.a lib/inkscape/plugins/libgrid.so lib/inkscape/plugins/libgrid.so.0 share/gnome/applications/inkscape.desktop -@exec update-desktop-database > /dev/null || /usr/bin/true +@exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true share/gnome/inkscape/clipart/README share/gnome/inkscape/clipart/README-ribbon.txt share/gnome/inkscape/clipart/inkscape.logo.svg @@ -156,4 +156,4 @@ share/locale/zh_CN/LC_MESSAGES/inkscape.mo @dirrm share/gnome/inkscape @dirrm lib/inkscape/plugins @dirrm lib/inkscape -@unexec update-desktop-database > /dev/null || /usr/bin/true +@unexec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true |