diff options
author | Alexander Logvinov <avl@FreeBSD.org> | 2012-01-03 04:53:51 +0000 |
---|---|---|
committer | Alexander Logvinov <avl@FreeBSD.org> | 2012-01-03 04:53:51 +0000 |
commit | 7d4b33face99388024b8b25af2e5f734c1ea8c3f (patch) | |
tree | a52d0e5871db5c7dfa51222229b4c3d5d714e248 /deskutils | |
parent | 8940249a6fdd7344cc801464e5e5ea1b7632afab (diff) | |
download | ports-7d4b33face99388024b8b25af2e5f734c1ea8c3f.tar.gz ports-7d4b33face99388024b8b25af2e5f734c1ea8c3f.zip |
Notes
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/gxneur/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/deskutils/gxneur/Makefile b/deskutils/gxneur/Makefile index 2eae5da70f6b..685223a79ab8 100644 --- a/deskutils/gxneur/Makefile +++ b/deskutils/gxneur/Makefile @@ -35,6 +35,9 @@ CONFIGURE_ARGS+= --disable-nls PLIST_SUB+= NLS="@comment " .endif +post-patch: + @${REINPLACE_CMD} -e '/all_modifiers/d' ${WRKSRC}/src/misc.c + post-install: @-update-desktop-database |