diff options
author | ak <ak@FreeBSD.org> | 2013-04-21 15:07:18 +0800 |
---|---|---|
committer | ak <ak@FreeBSD.org> | 2013-04-21 15:07:18 +0800 |
commit | 9e358aa7f4c96e879a946fd26738d3f389866e14 (patch) | |
tree | d2e3da37cf214fa10788954be967daa58a33f59f /games | |
parent | 204072b59ced56ff29755fa777b677e589dd35a4 (diff) | |
download | freebsd-ports-gnome-9e358aa7f4c96e879a946fd26738d3f389866e14.tar.gz freebsd-ports-gnome-9e358aa7f4c96e879a946fd26738d3f389866e14.tar.zst freebsd-ports-gnome-9e358aa7f4c96e879a946fd26738d3f389866e14.zip |
- There is no need to update the desktop database because epiar's desktop file doesn't have MIME definition in it.
Submitted by: makc
Approved by: nemysis@gmx.ch (maintainer)
Feature safe: yes
Diffstat (limited to 'games')
-rw-r--r-- | games/epiar/Makefile | 4 | ||||
-rw-r--r-- | games/epiar/pkg-plist | 2 |
2 files changed, 1 insertions, 5 deletions
diff --git a/games/epiar/Makefile b/games/epiar/Makefile index 1f72792b09cb..d332f7df2b8c 100644 --- a/games/epiar/Makefile +++ b/games/epiar/Makefile @@ -3,6 +3,7 @@ PORTNAME= epiar PORTVERSION= 0.5.1 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= http://epiar.net/files/epiar/releases/0.5/ @@ -26,7 +27,6 @@ USE_GL= glu GNU_CONFIGURE= yes USE_AUTOTOOLS= aclocal USE_GMAKE= yes -USE_GNOME= desktopfileutils USE_PKGCONFIG= build MAKE_JOBS_SAFE= yes @@ -47,6 +47,4 @@ post-install: ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR} .endif - @-update-desktop-database -q - .include <bsd.port.mk> diff --git a/games/epiar/pkg-plist b/games/epiar/pkg-plist index 929e36ea68b1..1ee7fe44212e 100644 --- a/games/epiar/pkg-plist +++ b/games/epiar/pkg-plist @@ -243,5 +243,3 @@ share/pixmaps/epiar.png @dirrm %%DATADIR%%/Resources @dirrm %%DATADIR%% @dirrmtry share/applications -@exec %%LOCALBASE%%/bin/update-desktop-database -q || /usr/bin/true -@unexec %%LOCALBASE%%/bin/update-desktop-database -q || /usr/bin/true |