aboutsummaryrefslogtreecommitdiff
path: root/x11/sbxkb
diff options
context:
space:
mode:
authorAlexey Dokuchaev <danfe@FreeBSD.org>2013-01-27 12:51:44 +0000
committerAlexey Dokuchaev <danfe@FreeBSD.org>2013-01-27 12:51:44 +0000
commit9f28bf6313f493d58eddcd3d0132347ccfb29d30 (patch)
tree7dd15d51cb4af8ecf61f50e1a7f48d0285d8e8af /x11/sbxkb
parentc4d36571e453056c0abcaffe3e165371d05761e6 (diff)
downloadports-9f28bf6313f493d58eddcd3d0132347ccfb29d30.tar.gz
ports-9f28bf6313f493d58eddcd3d0132347ccfb29d30.zip
- Cleanup Makefile a bit (sort knobs), add a comment
- Drop maintainership: port is stable enough to fly solo
Notes
Notes: svn path=/head/; revision=311064
Diffstat (limited to 'x11/sbxkb')
-rw-r--r--x11/sbxkb/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/x11/sbxkb/Makefile b/x11/sbxkb/Makefile
index f2b79742c86d..a0e1f63d4e6b 100644
--- a/x11/sbxkb/Makefile
+++ b/x11/sbxkb/Makefile
@@ -6,17 +6,17 @@ PORTVERSION= 0.7.6
CATEGORIES= x11
MASTER_SITES= SF/staybox
-MAINTAINER= danfe@FreeBSD.org
+MAINTAINER= ports@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>