1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00

Remove unneeded desktop-file-utils and @exec

This commit is contained in:
Baptiste Daroussin 2015-01-19 21:05:09 +00:00
parent d0fe2da51c
commit 3bfdc11fce
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=377479
2 changed files with 2 additions and 4 deletions

View File

@ -3,7 +3,7 @@
PORTNAME= gwget
PORTVERSION= 1.0.4
PORTREVISION= 9
PORTREVISION= 10
CATEGORIES= ftp gnome
MASTER_SITES= GNOME
DIST_SUBDIR= gnome2
@ -17,7 +17,7 @@ RUN_DEPENDS= wget:${PORTSDIR}/ftp/wget
OPTIONS_DEFINE= NOTIFY
OPTIONS_DEFAULT= NOTIFY
USES= desktop-file-utils gettext gmake libtool pathfix tar:bzip2
USES= gettext gmake libtool pathfix tar:bzip2
USE_GNOME= gnomeprefix gtk20 gconf2 libgnomeui
INSTALLS_ICONS= yes
GNU_CONFIGURE= yes

View File

@ -52,5 +52,3 @@ share/locale/zh_CN/LC_MESSAGES/gwget.mo
share/locale/zh_HK/LC_MESSAGES/gwget.mo
share/locale/zh_TW/LC_MESSAGES/gwget.mo
share/pixmaps/gwget.png
@exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true
@unexec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true