From a6ed8c069e862d4518c2077992481240feecd4c8 Mon Sep 17 00:00:00 2001 From: Dmitry Marakasov Date: Sun, 31 May 2009 23:24:52 +0000 Subject: - Don't use bash Reported by: miwi --- x11/avant-window-navigator/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/x11/avant-window-navigator/Makefile b/x11/avant-window-navigator/Makefile index b93887035324..f230e80aeef5 100644 --- a/x11/avant-window-navigator/Makefile +++ b/x11/avant-window-navigator/Makefile @@ -7,6 +7,7 @@ PORTNAME= avant-window-navigator PORTVERSION= 0.3.2.1 +PORTREVISION= 1 CATEGORIES= x11 MASTER_SITES= http://launchpadlibrarian.net/26374006/ \ http://mirror.amdmi3.ru/ @@ -68,5 +69,7 @@ post-patch: @${REINPLACE_CMD} -e 's|#!/usr/bin/python|#!/usr/bin/env python|' \ ${WRKSRC}/awn-manager/awnManager.py.in \ ${WRKSRC}/awn-manager/awnManager.py + @${REINPLACE_CMD} -e '1 s|bash|sh|' \ + ${WRKSRC}/awn-manager/awn-launcher-editor.in .include -- cgit v1.2.3