diff options
author | romain <romain@FreeBSD.org> | 2010-10-02 17:11:29 +0800 |
---|---|---|
committer | romain <romain@FreeBSD.org> | 2010-10-02 17:11:29 +0800 |
commit | 38d59281f5aa6ae9832e5f744f626bfc708cebca (patch) | |
tree | c64c15f656f6b9772b74ff72a2a9a1b2c10da300 /misc | |
parent | 48e8bf6e0dc38c1c998f52cf99a2b64d1f0dd45e (diff) | |
download | freebsd-ports-graphics-38d59281f5aa6ae9832e5f744f626bfc708cebca.tar.gz freebsd-ports-graphics-38d59281f5aa6ae9832e5f744f626bfc708cebca.tar.zst freebsd-ports-graphics-38d59281f5aa6ae9832e5f744f626bfc708cebca.zip |
- Fix a couple scripts looking for /bin/bash;
Diffstat (limited to 'misc')
-rw-r--r-- | misc/podsleuth/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/misc/podsleuth/Makefile b/misc/podsleuth/Makefile index 65f9d4fe610..20cc6220a82 100644 --- a/misc/podsleuth/Makefile +++ b/misc/podsleuth/Makefile @@ -7,6 +7,7 @@ PORTNAME= podsleuth PORTVERSION= 0.6.7 +PORTREVISION= 1 CATEGORIES= misc MASTER_SITES= http://download.banshee.fm/${PORTNAME}/${PORTVERSION}/ @@ -26,4 +27,9 @@ GNU_CONFIGURE= yes USE_GMAKE= yes USE_GNOME= gnomehack pkgconfig +post-patch: + @${REINPLACE_CMD} -e 's|^#!/bin/bash$$|#!/bin/sh|' \ + ${WRKSRC}/src/PodSleuth.Hal/hal-podsleuth.in \ + ${WRKSRC}/src/PodSleuth.Hal/podsleuth.in \ + .include <bsd.port.mk> |