svn commit: r337821 - head/x11-wm/peksystray

Antoine Brodin antoine at FreeBSD.org
Fri Dec 27 22:39:24 UTC 2013


Author: antoine
Date: Fri Dec 27 22:39:23 2013
New Revision: 337821
URL: http://svnweb.freebsd.org/changeset/ports/337821

Log:
  Stage support

Modified:
  head/x11-wm/peksystray/Makefile

Modified: head/x11-wm/peksystray/Makefile
==============================================================================
--- head/x11-wm/peksystray/Makefile	Fri Dec 27 22:36:08 2013	(r337820)
+++ head/x11-wm/peksystray/Makefile	Fri Dec 27 22:39:23 2013	(r337821)
@@ -8,7 +8,7 @@ CATEGORIES=	x11-wm
 MASTER_SITES=	SF
 
 MAINTAINER=	ports at FreeBSD.org
-COMMENT=	A system tray dockapp similar to the GNOME notification area applet
+COMMENT=	System tray dockapp similar to the GNOME notification area applet
 
 LICENSE=	GPLv2
 
@@ -18,7 +18,6 @@ GNU_CONFIGURE=	yes
 
 PLIST_FILES=	bin/peksystray
 
-NO_STAGE=	yes
 post-patch:
 	@${REINPLACE_CMD} -e 's|@x_includes@|| ; s|@x_libraries@||' \
 		${WRKSRC}/src/Makefile.in


More information about the svn-ports-head mailing list