diff options
Diffstat (limited to 'x11')
-rw-r--r-- | x11/avant-window-navigator/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
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 <bsd.port.post.mk> |