From owner-svn-ports-head@FreeBSD.ORG Fri Feb 28 07:27:05 2014 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 F2FC91FA; Fri, 28 Feb 2014 07:27:04 +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 DF643198D; Fri, 28 Feb 2014 07:27:04 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s1S7R41T046821; Fri, 28 Feb 2014 07:27:04 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s1S7R4Xo046820; Fri, 28 Feb 2014 07:27:04 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201402280727.s1S7R4Xo046820@svn.freebsd.org> From: Baptiste Daroussin Date: Fri, 28 Feb 2014 07:27:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r346445 - head/x11/setlayout 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.17 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: Fri, 28 Feb 2014 07:27:05 -0000 Author: bapt Date: Fri Feb 28 07:27:04 2014 New Revision: 346445 URL: http://svnweb.freebsd.org/changeset/ports/346445 QAT: https://qat.redports.org/buildarchive/r346445/ Log: Support stage Modified: head/x11/setlayout/Makefile Modified: head/x11/setlayout/Makefile ============================================================================== --- head/x11/setlayout/Makefile Fri Feb 28 07:26:34 2014 (r346444) +++ head/x11/setlayout/Makefile Fri Feb 28 07:27:04 2014 (r346445) @@ -16,17 +16,14 @@ USE_XORG= x11 NO_WRKSUBDIR= yes PLIST_FILES= bin/${PORTNAME} -NO_STAGE= yes -.include - do-extract: - ${MKDIR} ${WRKSRC} + @${MKDIR} ${WRKSRC} ${CP} ${DISTDIR}/${DISTFILES} ${WRKSRC} do-build: cd ${WRKSRC} && ${CC} ${CFLAGS} -o ${PORTNAME} `pkg-config --cflags --libs x11` ${DISTFILES} do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin + ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin -.include +.include