diff options
author | Jeremy Messenger <mezz@FreeBSD.org> | 2010-12-31 16:40:12 +0000 |
---|---|---|
committer | Jeremy Messenger <mezz@FreeBSD.org> | 2010-12-31 16:40:12 +0000 |
commit | caf9fa465c78cecbdb15f6218f38d2a7d72025bb (patch) | |
tree | 6b846c9f271652ae9a369d721026f0717aab5056 /graphics | |
parent | c997187fba6cc54a55928f181ba5aff769f9bdf4 (diff) |
Notes
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 |