diff options
author | Romain Tartière <romain@FreeBSD.org> | 2010-10-02 17:11:29 +0800 |
---|---|---|
committer | Romain Tartière <romain@FreeBSD.org> | 2010-10-02 17:11:29 +0800 |
commit | f2522ca664d06c50be1bf95b5e26494bcefbb42e (patch) | |
tree | 4524b1df9d70b1b482cb129582292b1960ff7653 /misc | |
parent | 1d25a3bbc10f5c01552cc921d473065278f93dfe (diff) | |
download | freebsd-ports-gnome-f2522ca664d06c50be1bf95b5e26494bcefbb42e.tar.gz freebsd-ports-gnome-f2522ca664d06c50be1bf95b5e26494bcefbb42e.tar.zst freebsd-ports-gnome-f2522ca664d06c50be1bf95b5e26494bcefbb42e.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 65f9d4fe6106..20cc6220a821 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> |