diff options
author | mezz <mezz@FreeBSD.org> | 2011-01-01 00:40:12 +0800 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2011-01-01 00:40:12 +0800 |
commit | 488cc6dd1b259e6121e6e759e450b75b1366db16 (patch) | |
tree | 9da28f20a145ae6add6ed4d09e516a446236080a /graphics | |
parent | 3b547ae2e0fdde2ef6f64ff81816fcabb7fba5ca (diff) | |
download | freebsd-ports-gnome-488cc6dd1b259e6121e6e759e450b75b1366db16.tar.gz freebsd-ports-gnome-488cc6dd1b259e6121e6e759e450b75b1366db16.tar.zst freebsd-ports-gnome-488cc6dd1b259e6121e6e759e450b75b1366db16.zip |
Replace bash to sh.
Reported by: pointyhat via erwin
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/shotwell/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/shotwell/Makefile b/graphics/shotwell/Makefile index db618edcd54a..cb697fff1ae4 100644 --- a/graphics/shotwell/Makefile +++ b/graphics/shotwell/Makefile @@ -39,7 +39,7 @@ GCONF_SCHEMAS= shotwell.schemas post-patch: @${REINPLACE_CMD} -E \ - -e 's|/bin/bash|${SH}|' \ + -e 's|/bin/bash|${SH}|g ; s|/usr/bin/env.*bash|${SH}|g' \ ${WRKSRC}/${CONFIGURE_SCRIPT} \ ${WRKSRC}/libraw-config \ ${WRKSRC}/minver |