diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2015-01-19 21:05:09 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2015-01-19 21:05:09 +0000 |
commit | 3bfdc11fced84e864d7a9b7f0bd84e8702bfd18b (patch) | |
tree | 14d8bb01fc600c63a3cdae87af44a633f3318540 /ftp | |
parent | d0fe2da51ccc03fa15d00655825215ea50c3e281 (diff) | |
download | ports-3bfdc11fced84e864d7a9b7f0bd84e8702bfd18b.tar.gz ports-3bfdc11fced84e864d7a9b7f0bd84e8702bfd18b.zip |
Notes
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/gwget/Makefile | 4 | ||||
-rw-r--r-- | ftp/gwget/pkg-plist | 2 |
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 |