Date: Sun, 24 Nov 2013 20:03:27 +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: r334784 - head/devel/py-tconfpy Message-ID: <201311242003.rAOK3RNe093635@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mva Date: Sun Nov 24 20:03:26 2013 New Revision: 334784 URL: http://svnweb.freebsd.org/changeset/ports/334784 Log: - Fix the usage of 'python' to get rid of the implicit lang/python dependency Approved by: tconfpy@tundraware.com (maintainer) Modified: head/devel/py-tconfpy/Makefile (contents, props changed) Modified: head/devel/py-tconfpy/Makefile ============================================================================== --- head/devel/py-tconfpy/Makefile Sun Nov 24 19:56:26 2013 (r334783) +++ head/devel/py-tconfpy/Makefile Sun Nov 24 20:03:26 2013 (r334784) @@ -22,6 +22,11 @@ MAN3= tconfpy.3 PORTDOCS= READ-1ST.txt WHATSNEW.txt tconfpy-license.txt tconfpy.html tconfpy.pdf tconfpy.ps tconfpy.txt test-tc.html test-tc.pdf test-tc.ps test-tc.txt NO_STAGE= yes + +post-patch: + @${REINPLACE_CMD} -e 's|python setup.py|${PYTHON_CMD} setup.py|' \ + ${WRKSRC}/Makefile + post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201311242003.rAOK3RNe093635>