aboutsummaryrefslogtreecommitdiffstats
path: root/misc
diff options
context:
space:
mode:
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>