From owner-svn-ports-head@FreeBSD.ORG Sun Nov 24 20:03:27 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8227612F; Sun, 24 Nov 2013 20:03:27 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 6F6C722F8; Sun, 24 Nov 2013 20:03:27 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAOK3Rt0093636; Sun, 24 Nov 2013 20:03:27 GMT (envelope-from mva@svn.freebsd.org) Received: (from mva@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAOK3RNe093635; Sun, 24 Nov 2013 20:03:27 GMT (envelope-from mva@svn.freebsd.org) Message-Id: <201311242003.rAOK3RNe093635@svn.freebsd.org> From: Marcus von Appen Date: Sun, 24 Nov 2013 20:03:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334784 - head/devel/py-tconfpy X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Nov 2013 20:03:27 -0000 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}