aboutsummaryrefslogtreecommitdiffstats
path: root/misc
diff options
context:
space:
mode:
authorRomain Tartière <romain@FreeBSD.org>2010-10-02 17:11:29 +0800
committerRomain Tartière <romain@FreeBSD.org>2010-10-02 17:11:29 +0800
commitf2522ca664d06c50be1bf95b5e26494bcefbb42e (patch)
tree4524b1df9d70b1b482cb129582292b1960ff7653 /misc
parent1d25a3bbc10f5c01552cc921d473065278f93dfe (diff)
downloadfreebsd-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/Makefile6
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>
tions'>-2/+1 * Sync to new bsd.autotools.mkade2010-12-041-1/+1