diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2018-03-01 07:11:11 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2018-03-01 07:11:11 +0000 |
commit | 72886b0c4a8f7943a714c739de9f2ecec569f14e (patch) | |
tree | c75f4fcb576a309259b08599bcf1d727eff2c87a /misc/gonvert | |
parent | ce3e40f4a080de8a5d9ad212c148e39710963b26 (diff) | |
download | ports-72886b0c4a8f7943a714c739de9f2ecec569f14e.tar.gz ports-72886b0c4a8f7943a714c739de9f2ecec569f14e.zip |
Notes
Diffstat (limited to 'misc/gonvert')
-rw-r--r-- | misc/gonvert/Makefile | 2 |
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 |