diff options
-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 |