svn commit: r336538 - head/graphics/nathive

Marcus von Appen mva at FreeBSD.org
Sun Dec 15 14:14:53 UTC 2013


Author: mva
Date: Sun Dec 15 14:14:52 2013
New Revision: 336538
URL: http://svnweb.freebsd.org/changeset/ports/336538

Log:
  - Fix the usage of 'python' to get rid of the implicit lang/python
    dependency
  
  Reported by:	exp-run (PR 184591)
  Approved by:	portmgr (blanket)

Modified:
  head/graphics/nathive/Makefile   (contents, props changed)

Modified: head/graphics/nathive/Makefile
==============================================================================
--- head/graphics/nathive/Makefile	Sun Dec 15 14:04:57 2013	(r336537)
+++ head/graphics/nathive/Makefile	Sun Dec 15 14:14:52 2013	(r336538)
@@ -31,7 +31,8 @@ NO_STAGE=	yes
 
 post-patch:
 	@${REINPLACE_CMD} -e '/BASE =/ s|=.*|= ${PREFIX}/|; \
-		s|cp -r \([^ ]*\)/|cp -R \1|' ${WRKSRC}/${MAKEFILE}
+		s|cp -r \([^ ]*\)/|cp -R \1|; \
+		s|python |${PYTHON_CMD} |' ${WRKSRC}/${MAKEFILE}
 	@${REINPLACE_CMD} -e 's|/usr/share/nathive|${DATADIR}|' \
 		${WRKSRC}/${PORTNAME}.desktop
 .if ! ${PORT_OPTIONS:MDOCS}


More information about the svn-ports-head mailing list