diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2013-01-27 12:51:44 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2013-01-27 12:51:44 +0000 |
commit | 9f28bf6313f493d58eddcd3d0132347ccfb29d30 (patch) | |
tree | 7dd15d51cb4af8ecf61f50e1a7f48d0285d8e8af /x11/sbxkb | |
parent | c4d36571e453056c0abcaffe3e165371d05761e6 (diff) | |
download | ports-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/Makefile | 6 |
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> |