diff options
Diffstat (limited to 'misc/podsleuth/Makefile')
-rw-r--r-- | misc/podsleuth/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/misc/podsleuth/Makefile b/misc/podsleuth/Makefile index 7b5a2138f4cc..442de07a0a96 100644 --- a/misc/podsleuth/Makefile +++ b/misc/podsleuth/Makefile @@ -22,6 +22,7 @@ LDFLAGS+= -L${LOCALBASE}/lib GNU_CONFIGURE= yes USES= gmake pkgconfig pathfix +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|^#!/bin/bash$$|#!/bin/sh|' \ ${WRKSRC}/src/PodSleuth.Hal/hal-podsleuth.in \ |