svn commit: r338839 - head/x11/alltray

Baptiste Daroussin bapt at FreeBSD.org
Mon Jan 6 08:24:25 UTC 2014


Author: bapt
Date: Mon Jan  6 08:24:24 2014
New Revision: 338839
URL: http://svnweb.freebsd.org/changeset/ports/338839

Log:
  Support stage

Modified:
  head/x11/alltray/Makefile
  head/x11/alltray/pkg-plist

Modified: head/x11/alltray/Makefile
==============================================================================
--- head/x11/alltray/Makefile	Mon Jan  6 06:48:47 2014	(r338838)
+++ head/x11/alltray/Makefile	Mon Jan  6 08:24:24 2014	(r338839)
@@ -17,17 +17,13 @@ USE_LDCONFIG=	yes
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
 
-MAN1=		alltray.1
-
 OPTIONS_DEFINE=	KDE
 KDE_DESC=	Support only KDE desktop
+KDE_CONFIGURE_ON=	--disable-gconf
 
-NO_STAGE=	yes
 .include <bsd.port.options.mk>
 
-.if ${PORT_OPTIONS:MKDE}
-CONFIGURE_ARGS=	--disable-gconf
-.else
+.if ! ${PORT_OPTIONS:MKDE}
 USE_GNOME+=	gconf2
 .endif
 

Modified: head/x11/alltray/pkg-plist
==============================================================================
--- head/x11/alltray/pkg-plist	Mon Jan  6 06:48:47 2014	(r338838)
+++ head/x11/alltray/pkg-plist	Mon Jan  6 08:24:24 2014	(r338839)
@@ -2,5 +2,6 @@ bin/alltray
 lib/liballtray.la
 lib/liballtray.so
 lib/liballtray.so.0
+man/man1/alltray.1.gz
 share/applications/alltray.desktop
 share/pixmaps/alltray.png


More information about the svn-ports-all mailing list