From owner-svn-ports-all@FreeBSD.ORG Tue Nov 19 13:05:33 2013 Return-Path: Delivered-To: svn-ports-all@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 B15BB6D6; Tue, 19 Nov 2013 13:05:33 +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 9EAC22EE6; Tue, 19 Nov 2013 13:05:33 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAJD5XLr010300; Tue, 19 Nov 2013 13:05:33 GMT (envelope-from gahr@svn.freebsd.org) Received: (from gahr@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAJD5Xj0010299; Tue, 19 Nov 2013 13:05:33 GMT (envelope-from gahr@svn.freebsd.org) Message-Id: <201311191305.rAJD5Xj0010299@svn.freebsd.org> From: Pietro Cerutti Date: Tue, 19 Nov 2013 13:05:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334312 - head/textproc/tkdiff X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Nov 2013 13:05:33 -0000 Author: gahr Date: Tue Nov 19 13:05:33 2013 New Revision: 334312 URL: http://svnweb.freebsd.org/changeset/ports/334312 Log: - Convert to USES=tk - STAGE-clean Modified: head/textproc/tkdiff/Makefile Modified: head/textproc/tkdiff/Makefile ============================================================================== --- head/textproc/tkdiff/Makefile Tue Nov 19 12:59:56 2013 (r334311) +++ head/textproc/tkdiff/Makefile Tue Nov 19 13:05:33 2013 (r334312) @@ -14,13 +14,12 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt WRKSRC= ${WRKDIR}/${PORTNAME}-unix -USE_TK_WRAPPER= yes +USES= tk:wrapper NO_BUILD= yes PLIST_FILES= bin/tkdiff -NO_STAGE= yes do-install: - @${INSTALL_SCRIPT} ${WRKSRC}/tkdiff ${PREFIX}/bin + @${INSTALL_SCRIPT} ${WRKSRC}/tkdiff ${STAGEDIR}${PREFIX}/bin .include