aboutsummaryrefslogtreecommitdiff
path: root/misc/gonvert
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2018-03-01 07:11:11 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2018-03-01 07:11:11 +0000
commit72886b0c4a8f7943a714c739de9f2ecec569f14e (patch)
treec75f4fcb576a309259b08599bcf1d727eff2c87a /misc/gonvert
parentce3e40f4a080de8a5d9ad212c148e39710963b26 (diff)
downloadports-72886b0c4a8f7943a714c739de9f2ecec569f14e.tar.gz
ports-72886b0c4a8f7943a714c739de9f2ecec569f14e.zip
misc/gonvert: Unbroke the port
Fixed the python shebang. Approved by: tcberner (mentor, implicit) Approved by: portmgr (port compliance, infrastructure)
Notes
Notes: svn path=/head/; revision=463285
Diffstat (limited to 'misc/gonvert')
-rw-r--r--misc/gonvert/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/gonvert/Makefile b/misc/gonvert/Makefile
index 510aa8444156..b3396b0684c2 100644
--- a/misc/gonvert/Makefile
+++ b/misc/gonvert/Makefile
@@ -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