svn commit: r311064 - head/x11/sbxkb

Alexey Dokuchaev danfe at FreeBSD.org
Sun Jan 27 12:51:44 UTC 2013


Author: danfe
Date: Sun Jan 27 12:51:44 2013
New Revision: 311064
URL: http://svnweb.freebsd.org/changeset/ports/311064

Log:
  - Cleanup Makefile a bit (sort knobs), add a comment
  - Drop maintainership: port is stable enough to fly solo

Modified:
  head/x11/sbxkb/Makefile

Modified: head/x11/sbxkb/Makefile
==============================================================================
--- head/x11/sbxkb/Makefile	Sun Jan 27 12:35:33 2013	(r311063)
+++ head/x11/sbxkb/Makefile	Sun Jan 27 12:51:44 2013	(r311064)
@@ -6,17 +6,17 @@ PORTVERSION=	0.7.6
 CATEGORIES=	x11
 MASTER_SITES=	SF/staybox
 
-MAINTAINER=	danfe at FreeBSD.org
+MAINTAINER=	ports at FreeBSD.org
 COMMENT=	XKB keyboard layout indicator and switcher
 
 LICENSE=	GPLv3
 
-USE_GNOME=	gtk20
-
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--disable-silent-rules
+USE_GNOME=	gtk20
 
 post-patch:
+# Remove debug flag (-g) from CFLAGS
 	@${REINPLACE_CMD} -e 's,-g$$,,' ${WRKSRC}/Makefile.in
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list