[Midnightbsd-cvs] mports [17391] trunk/x11-wm/xfce4-desktop: fix man page install
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Fri Sep 19 21:01:35 EDT 2014
Revision: 17391
http://svnweb.midnightbsd.org/mports/?rev=17391
Author: laffer1
Date: 2014-09-19 21:01:34 -0400 (Fri, 19 Sep 2014)
Log Message:
-----------
fix man page install
Modified Paths:
--------------
trunk/x11-wm/xfce4-desktop/Makefile
trunk/x11-wm/xfce4-desktop/pkg-plist
Modified: trunk/x11-wm/xfce4-desktop/Makefile
===================================================================
--- trunk/x11-wm/xfce4-desktop/Makefile 2014-09-20 00:58:32 UTC (rev 17390)
+++ trunk/x11-wm/xfce4-desktop/Makefile 2014-09-20 01:01:34 UTC (rev 17391)
@@ -2,7 +2,7 @@
PORTNAME= xfce4-desktop
PORTVERSION= 4.10.2
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= x11-wm xfce
MASTER_SITES= ${MASTER_SITE_XFCE}
MASTER_SITE_SUBDIR= src/xfce/xfdesktop/${PORTVERSION:R}
@@ -14,17 +14,15 @@
LICENSE= gpl2
-LIB_DEPENDS= dbus-glib-1:${PORTSDIR}/devel/dbus-glib \
- wnck-1:${PORTSDIR}/x11-toolkits/libwnck \
- notify:${PORTSDIR}/devel/libnotify
+LIB_DEPENDS= libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib \
+ libwnck-1.so:${PORTSDIR}/x11-toolkits/libwnck \
+ libnotify.so:${PORTSDIR}/devel/libnotify
GNU_CONFIGURE= yes
INSTALLS_ICONS= yes
-USE_BZIP2= yes
-USE_GMAKE= yes
-USE_GNOME= glib20 gtk20 intltool intlhack desktopfileutils
+USE_GNOME= glib20 gtk20 intltool intlhack
USE_XFCE= configenv garcon libmenu libutil libexo xfconf
-USES= pathfix pkgconfig
+USES= pathfix pkgconfig gmake tar:bzip2
USE_XORG= x11 sm
CONFIGURE_ARGS+=--enable-gio-unix \
@@ -34,8 +32,6 @@
OPTIONS_DEFAULT= THUNAR NLS
THUNAR_DESC= Enable thunar support
-MAN1= xfdesktop.1
-
.include <bsd.mport.options.mk>
.if ${PORT_OPTIONS:MTHUNAR}
Modified: trunk/x11-wm/xfce4-desktop/pkg-plist
===================================================================
--- trunk/x11-wm/xfce4-desktop/pkg-plist 2014-09-20 00:58:32 UTC (rev 17390)
+++ trunk/x11-wm/xfce4-desktop/pkg-plist 2014-09-20 01:01:34 UTC (rev 17391)
@@ -1,5 +1,6 @@
bin/xfdesktop
bin/xfdesktop-settings
+man/man1/xfdesktop.1.gz
share/applications/xfce-backdrop-settings.desktop
share/backgrounds/xfce/xfce-blue.jpg
share/icons/hicolor/32x32/apps/xfce4-backdrop.png
More information about the Midnightbsd-cvs
mailing list