1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-01 05:45:45 +00:00

misc/gonvert: Unbroke the port

Fixed the python shebang.

Approved by:	tcberner (mentor, implicit)
Approved by:	portmgr (port compliance, infrastructure)
This commit is contained in:
Yuri Victorovich 2018-03-01 07:11:11 +00:00
parent ce3e40f4a0
commit 72886b0c4a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=463285

View File

@ -24,7 +24,7 @@ NLS_CONFIGURE_ENABLE= nls
NLS_USES= gettext
post-patch:
@${REINPLACE_CMD} -e 's|#!/usr/bin/python|#!/usr/bin/env python|g ; \
@${REINPLACE_CMD} -e 's|#!/usr/bin/python|#!${PYTHON_CMD}| ; \
s|/usr/share|${PREFIX}/share|g ; \
s|/\.\./pixmaps/|/pixmaps/|g' ${WRKSRC}/gonvert