aboutsummaryrefslogtreecommitdiff
path: root/audio/xfmpc
diff options
context:
space:
mode:
authorOlivier Duchateau <olivierd@FreeBSD.org>2013-05-08 16:05:21 +0000
committerOlivier Duchateau <olivierd@FreeBSD.org>2013-05-08 16:05:21 +0000
commitedee314615bd46f5757d9ff74619b24c367f146b (patch)
treec26ffb804332112a7d1e11a92de398c5b69a2462 /audio/xfmpc
parente869b98462f3f85b6c2164bc0028a59b4d2af597 (diff)
downloadports-edee314615bd46f5757d9ff74619b24c367f146b.tar.gz
ports-edee314615bd46f5757d9ff74619b24c367f146b.zip
Notes
Diffstat (limited to 'audio/xfmpc')
-rw-r--r--audio/xfmpc/Makefile18
-rw-r--r--audio/xfmpc/pkg-plist2
2 files changed, 6 insertions, 14 deletions
diff --git a/audio/xfmpc/Makefile b/audio/xfmpc/Makefile
index aa2ca4c0bc77..1b1408cb0ba3 100644
--- a/audio/xfmpc/Makefile
+++ b/audio/xfmpc/Makefile
@@ -1,35 +1,29 @@
-# New ports collection makefile for: xfmpc
-# Date created: 21 Jan 2008
-# Whom: Martin Wilke (miwi@FreeBSD.org)
-#
+# Created by: Martin Wilke (miwi@FreeBSD.org)
# $FreeBSD$
#
PORTNAME= xfmpc
PORTVERSION= 0.2.2
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= audio xfce
MASTER_SITES= ${MASTER_SITE_XFCE}
MASTER_SITE_SUBDIR=/src/apps/${PORTNAME}/${PORTVERSION:R}
DIST_SUBDIR= xfce4
MAINTAINER= xfce@FreeBSD.org
-COMMENT= A graphical MPD client focusing on low footprint
+COMMENT= Graphical MPD client focusing on low footprint
-LIB_DEPENDS= mpd.4:${PORTSDIR}/audio/libmpd
+LIB_DEPENDS= mpd:${PORTSDIR}/audio/libmpd
MAKE_JOBS_SAFE= yes
USE_BZIP2= yes
USE_GMAKE= yes
INSTALLS_ICONS= yes
-USES= gettext
+USES= gettext pkgconfig
GNU_CONFIGURE= yes
-USE_GNOME= gtk20 intltool intlhack pkgconfig desktopfileutils
+USE_GNOME= gtk20 intltool intlhack
USE_XFCE= configenv libmenu libutil
MAN1= xfmpc.1
-post-install:
- @-update-desktop-database
-
.include <bsd.port.mk>
diff --git a/audio/xfmpc/pkg-plist b/audio/xfmpc/pkg-plist
index 8a5b537b1a45..ee4f3431b218 100644
--- a/audio/xfmpc/pkg-plist
+++ b/audio/xfmpc/pkg-plist
@@ -43,5 +43,3 @@ share/locale/zh_TW/LC_MESSAGES/xfmpc.mo
@dirrmtry share/locale/si
@dirrmtry share/locale/ast/LC_MESSAGES
@dirrmtry share/locale/ast
-@exec %%LOCALBASE%%/bin/update-desktop-database >/dev/null || /usr/bin/true
-@unexec %%LOCALBASE%%/bin/update-desktop-database >/dev/null || /usr/bin/true