[Midnightbsd-cvs] mports [17635] trunk/deskutils/xfce4-notifyd: fix man install
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Sun Sep 28 18:29:47 EDT 2014
Revision: 17635
http://svnweb.midnightbsd.org/mports/?rev=17635
Author: laffer1
Date: 2014-09-28 18:29:44 -0400 (Sun, 28 Sep 2014)
Log Message:
-----------
fix man install
Modified Paths:
--------------
trunk/deskutils/xfce4-notifyd/Makefile
trunk/deskutils/xfce4-notifyd/pkg-plist
Modified: trunk/deskutils/xfce4-notifyd/Makefile
===================================================================
--- trunk/deskutils/xfce4-notifyd/Makefile 2014-09-28 22:28:53 UTC (rev 17634)
+++ trunk/deskutils/xfce4-notifyd/Makefile 2014-09-28 22:29:44 UTC (rev 17635)
@@ -12,24 +12,18 @@
LICENSE= gpl3
-LIB_DEPENDS= dbus-glib:${PORTSDIR}/devel/dbus-glib \
- notify:${PORTSDIR}/devel/libnotify
+LIB_DEPENDS= libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib \
+ libnotify.so:${PORTSDIR}/devel/libnotify
-USES= pkgconfig
-USE_AUTOTOOLS= libtool
+USES= gmake libtool pkgconfig tar:bzip2
GNU_CONFIGURE= yes
-USE_BZIP2= yes
-USE_GMAKE= yes
USE_GNOME= gtk20 intltool intlhack
USE_XFCE= configenv libmenu libutil xfconf
INSTALLS_ICONS= yes
USE_XORG= x11
-MAKE_JOBS_SAFE= yes
CONFLICTS= notification-daemon-[0-9]* xfce4-notification-daemon-[0-9]*
-MAN1= xfce4-notifyd-config.1
-
OPTIONS_DEFINE= NLS
.include <bsd.mport.options.mk>
Modified: trunk/deskutils/xfce4-notifyd/pkg-plist
===================================================================
--- trunk/deskutils/xfce4-notifyd/pkg-plist 2014-09-28 22:28:53 UTC (rev 17634)
+++ trunk/deskutils/xfce4-notifyd/pkg-plist 2014-09-28 22:29:44 UTC (rev 17635)
@@ -1,5 +1,6 @@
bin/xfce4-notifyd-config
lib/xfce4/notifyd/xfce4-notifyd
+man/man1/xfce4-notifyd-config.1.gz
share/applications/xfce4-notifyd-config.desktop
share/dbus-1/services/org.xfce.xfce4-notifyd.Notifications.service
share/icons/hicolor/48x48/apps/xfce4-notifyd.png
@@ -63,6 +64,5 @@
%%NLS%%@dirrmtry share/locale/kk
%%NLS%%@dirrmtry share/locale/ast/LC_MESSAGES
%%NLS%%@dirrmtry share/locale/ast
- at dirrmtry share/applications
@dirrm lib/xfce4/notifyd
@dirrmtry lib/xfce4
More information about the Midnightbsd-cvs
mailing list