1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

Fix bashism that I think was breaking rule generation.

This commit is contained in:
Robert Noland 2009-04-08 16:38:42 +00:00
parent 8641e9dde4
commit aadcfb42d0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=231889

View File

@ -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: