diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2013-09-09 18:54:28 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2013-09-09 18:54:28 +0000 |
commit | 11008fac27e5485282926e61cd96bac1a4ae3069 (patch) | |
tree | 3b969fb0c53d4fb2ae1cc9be5ebaeeab1ed7e2c9 /sysutils/downtime | |
parent | 91aef48724f00ea5b70b061a0f80e8a21301e82e (diff) |
Notes
Diffstat (limited to 'sysutils/downtime')
-rw-r--r-- | sysutils/downtime/Makefile | 12 | ||||
-rw-r--r-- | sysutils/downtime/pkg-plist | 4 |
2 files changed, 3 insertions, 13 deletions
diff --git a/sysutils/downtime/Makefile b/sysutils/downtime/Makefile index 7822cf3c0b39..f66623407eb3 100644 --- a/sysutils/downtime/Makefile +++ b/sysutils/downtime/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: downtime -# Date created: 17 July 2006 -# Whom: Nick Withers (nick@nickwithers.com) -# +# Created by: Nick Withers (nick@nickwithers.com) # $FreeBSD$ -# PORTNAME= downtime PORTVERSION= 0.4.0 @@ -14,12 +10,10 @@ MASTER_SITES= http://www.nickwithers.com/downtime/ MAINTAINER= nick@nickwithers.com COMMENT= A GTK-based shutdown manager using shutdown(8) -USE_GNOME= gtk20 desktopfileutils +USES= desktop-file-utils pkgconfig shared-mime-info +USE_GNOME= gtk20 MAN1= downtime.1 MANCOMPRESSED= yes -post-install: - -@update-desktop-database - .include <bsd.port.mk> diff --git a/sysutils/downtime/pkg-plist b/sysutils/downtime/pkg-plist index 289c1d483512..f390e9b7f6d5 100644 --- a/sysutils/downtime/pkg-plist +++ b/sysutils/downtime/pkg-plist @@ -4,7 +4,3 @@ share/mime/packages/downtime.xml @dirrmtry share/applications @dirrmtry share/mime/packages @dirrmtry share/mime -@exec %%LOCALBASE%%/bin/update-mime-database %D/share/mime -@unexec %%LOCALBASE%%/bin/update-mime-database %D/share/mime -@exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true -@unexec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true |