diff options
author | danfe <danfe@FreeBSD.org> | 2013-01-27 20:51:44 +0800 |
---|---|---|
committer | danfe <danfe@FreeBSD.org> | 2013-01-27 20:51:44 +0800 |
commit | 3680bb9d16b4a6f553d74008a189d5c1fe4c1503 (patch) | |
tree | 7dd15d51cb4af8ecf61f50e1a7f48d0285d8e8af /x11 | |
parent | ddf17301d263b9a751ff094d8b617b6629ceae2a (diff) | |
download | freebsd-ports-graphics-3680bb9d16b4a6f553d74008a189d5c1fe4c1503.tar.gz freebsd-ports-graphics-3680bb9d16b4a6f553d74008a189d5c1fe4c1503.tar.zst freebsd-ports-graphics-3680bb9d16b4a6f553d74008a189d5c1fe4c1503.zip |
- Cleanup Makefile a bit (sort knobs), add a comment
- Drop maintainership: port is stable enough to fly solo
Diffstat (limited to 'x11')
-rw-r--r-- | x11/sbxkb/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11/sbxkb/Makefile b/x11/sbxkb/Makefile index f2b79742c86..a0e1f63d4e6 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> |