svn commit: r463285 - head/misc/gonvert

Yuri Victorovich yuri at FreeBSD.org
Thu Mar 1 07:11:12 UTC 2018


Author: yuri
Date: Thu Mar  1 07:11:11 2018
New Revision: 463285
URL: https://svnweb.freebsd.org/changeset/ports/463285

Log:
  misc/gonvert: Unbroke the port
  
  Fixed the python shebang.
  
  Approved by:	tcberner (mentor, implicit)
  Approved by:	portmgr (port compliance, infrastructure)

Modified:
  head/misc/gonvert/Makefile

Modified: head/misc/gonvert/Makefile
==============================================================================
--- head/misc/gonvert/Makefile	Thu Mar  1 06:59:42 2018	(r463284)
+++ head/misc/gonvert/Makefile	Thu Mar  1 07:11:11 2018	(r463285)
@@ -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
 


More information about the svn-ports-all mailing list