diff options
author | tijl <tijl@FreeBSD.org> | 2014-04-25 10:54:50 +0000 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2014-04-25 10:54:50 +0000 |
commit | 1c7088fb11b4a9303a1c277e3a86dc28da262089 (patch) | |
tree | dcdf1aaf073a0d7e83e4e3f3d232b48626262a55 /graphics/ufraw | |
parent | f31765e5b806637e9fb30a38f1ec3aedfd678efb (diff) | |
download | FreeBSD-ports-1c7088fb11b4a9303a1c277e3a86dc28da262089.zip FreeBSD-ports-1c7088fb11b4a9303a1c277e3a86dc28da262089.tar.gz |
Like r351970 removed an extra USES+=desktop-file-utils from the Makefile,
also remove the extra update-desktop-database from pkg-plist.
Diffstat (limited to 'graphics/ufraw')
-rw-r--r-- | graphics/ufraw/Makefile | 5 | ||||
-rw-r--r-- | graphics/ufraw/pkg-plist | 2 |
2 files changed, 1 insertions, 6 deletions
diff --git a/graphics/ufraw/Makefile b/graphics/ufraw/Makefile index 97440ab..7385507 100644 --- a/graphics/ufraw/Makefile +++ b/graphics/ufraw/Makefile @@ -3,7 +3,7 @@ PORTNAME= ufraw PORTVERSION= 0.19.2 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= graphics MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} @@ -83,9 +83,6 @@ CATEGORIES+= gnome USE_GNOME= gconf2 CONFIGURE_ARGS+= --enable-mime GCONF_SCHEMAS= ${PORTNAME}.schemas -PLIST_SUB+= GNOME="" -.else -PLIST_SUB+= GNOME="@comment " .endif post-patch: diff --git a/graphics/ufraw/pkg-plist b/graphics/ufraw/pkg-plist index 1674454..d4f7386 100644 --- a/graphics/ufraw/pkg-plist +++ b/graphics/ufraw/pkg-plist @@ -27,8 +27,6 @@ share/pixmaps/ufraw.png %%MGTK2%%bin/ufraw @dirrmtry share/locale/sr@latin/LC_MESSAGES @dirrmtry share/locale/sr@latin -%%GNOME%%@exec %D/bin/update-desktop-database > /dev/null || /usr/bin/true -%%GNOME%%@unexec %D/bin/update-desktop-database > /dev/null || /usr/bin/true %%GIMP%%@dirrmtry libexec/gimp/2.2/plug-ins %%GIMP%%@dirrmtry libexec/gimp/2.2 %%GIMP%%@dirrmtry libexec/gimp |