diff options
Diffstat (limited to 'x11/xkeyboard-config')
-rw-r--r-- | x11/xkeyboard-config/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/xkeyboard-config/Makefile b/x11/xkeyboard-config/Makefile index c9e75186af74..c3b6322b33ba 100644 --- a/x11/xkeyboard-config/Makefile +++ b/x11/xkeyboard-config/Makefile @@ -7,6 +7,7 @@ PORTNAME= xkeyboard-config PORTVERSION= 1.5 +PORTREVISION= 1 CATEGORIES= x11 MASTER_SITES= http://xlibs.freedesktop.org/xkbdesc/ DISTNAME= xkeyboard-config-${PORTVERSION} @@ -39,7 +40,7 @@ PLIST_SUB+= NLS="" .endif post-patch: - @${REINPLACE_CMD} -e 's|/bin/bash|/bin/sh|g' \ + @${REINPLACE_CMD} -e 's|/bin/bash|/bin/sh|g' -e 's|==|=|g' \ ${WRKSRC}/rules/merge.sh post-install: |