diff options
author | Robert Noland <rnoland@FreeBSD.org> | 2009-04-08 16:38:42 +0000 |
---|---|---|
committer | Robert Noland <rnoland@FreeBSD.org> | 2009-04-08 16:38:42 +0000 |
commit | aadcfb42d00be139a23ee79598ad5ffe0b5a631e (patch) | |
tree | f92d05bdf863ae5e3c670f603388f0f007921090 /x11/xkeyboard-config | |
parent | 8641e9dde4fdc24c73216d4fe8cd99d4ebbf16b1 (diff) | |
download | ports-aadcfb42d00be139a23ee79598ad5ffe0b5a631e.tar.gz ports-aadcfb42d00be139a23ee79598ad5ffe0b5a631e.zip |
Notes
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: |