aboutsummaryrefslogtreecommitdiff
path: root/ftp/gwget
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2015-01-19 21:05:09 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2015-01-19 21:05:09 +0000
commit3bfdc11fced84e864d7a9b7f0bd84e8702bfd18b (patch)
tree14d8bb01fc600c63a3cdae87af44a633f3318540 /ftp/gwget
parentd0fe2da51ccc03fa15d00655825215ea50c3e281 (diff)
downloadports-3bfdc11fced84e864d7a9b7f0bd84e8702bfd18b.tar.gz
ports-3bfdc11fced84e864d7a9b7f0bd84e8702bfd18b.zip
Remove unneeded desktop-file-utils and @exec
Notes
Notes: svn path=/head/; revision=377479
Diffstat (limited to 'ftp/gwget')
-rw-r--r--ftp/gwget/Makefile4
-rw-r--r--ftp/gwget/pkg-plist2
2 files changed, 2 insertions, 4 deletions
diff --git a/ftp/gwget/Makefile b/ftp/gwget/Makefile
index 6635ba51e2c7..b02f6453f5ba 100644
--- a/ftp/gwget/Makefile
+++ b/ftp/gwget/Makefile
@@ -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
diff --git a/ftp/gwget/pkg-plist b/ftp/gwget/pkg-plist
index 84e01aff01fb..461c7adaa139 100644
--- a/ftp/gwget/pkg-plist
+++ b/ftp/gwget/pkg-plist
@@ -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