aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/downtime
diff options
context:
space:
mode:
authorantoine <antoine@FreeBSD.org>2013-09-10 02:54:28 +0800
committerantoine <antoine@FreeBSD.org>2013-09-10 02:54:28 +0800
commitf3571dba2484c54162cc61b8abc288c7ec6cca14 (patch)
tree3b969fb0c53d4fb2ae1cc9be5ebaeeab1ed7e2c9 /sysutils/downtime
parent9a21d679f211da2dc3d0c87aa6ee0ed8174b876b (diff)
downloadfreebsd-ports-gnome-f3571dba2484c54162cc61b8abc288c7ec6cca14.tar.gz
freebsd-ports-gnome-f3571dba2484c54162cc61b8abc288c7ec6cca14.tar.zst
freebsd-ports-gnome-f3571dba2484c54162cc61b8abc288c7ec6cca14.zip
Add an explicit dependency on pkgconf
Approved by: portmgr (bapt)
Diffstat (limited to 'sysutils/downtime')
-rw-r--r--sysutils/downtime/Makefile12
-rw-r--r--sysutils/downtime/pkg-plist4
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