Date: Sun, 15 Dec 2013 14:14:53 +0000 (UTC) From: Marcus von Appen <mva@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r336538 - head/graphics/nathive Message-ID: <201312151414.rBFEEr6W036090@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201312151414.rBFEEr6W036090>