1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-14 07:43:06 +00:00

- Don't use bash

Reported by:	miwi
This commit is contained in:
Dmitry Marakasov 2009-05-31 23:24:52 +00:00
parent 0f1a30b26b
commit a6ed8c069e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=234952

View File

@ -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>