From owner-svn-ports-all@FreeBSD.ORG Sat Dec 28 17:45:19 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 30907B6A; Sat, 28 Dec 2013 17:45:19 +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 1CB171DBC; Sat, 28 Dec 2013 17:45:19 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rBSHjISk081597; Sat, 28 Dec 2013 17:45:18 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id rBSHjIAf081595; Sat, 28 Dec 2013 17:45:18 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201312281745.rBSHjIAf081595@svn.freebsd.org> From: Baptiste Daroussin Date: Sat, 28 Dec 2013 17:45:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r337886 - head/ports-mgmt/portconf 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.17 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: Sat, 28 Dec 2013 17:45:19 -0000 Author: bapt Date: Sat Dec 28 17:45:18 2013 New Revision: 337886 URL: http://svnweb.freebsd.org/changeset/ports/337886 Log: Support stage Modified: head/ports-mgmt/portconf/Makefile Modified: head/ports-mgmt/portconf/Makefile ============================================================================== --- head/ports-mgmt/portconf/Makefile Sat Dec 28 17:43:14 2013 (r337885) +++ head/ports-mgmt/portconf/Makefile Sat Dec 28 17:45:18 2013 (r337886) @@ -9,22 +9,17 @@ MASTER_SITES= # none DISTFILES= # none MAINTAINER= ale@FreeBSD.org -COMMENT= A universal tool to set specific port knobs +COMMENT= Universal tool to set specific port knobs NO_BUILD= yes SUB_FILES= pkg-message ${PORTNAME}.sh PLIST_FILES= libexec/${PORTNAME} -NO_STAGE= yes do-fetch: @${DO_NADA} do-install: - @${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME}.sh ${PREFIX}/libexec/${PORTNAME} -.if !defined(PACKAGE_BUILDING) - @${SETENV} PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL -.endif - @${CAT} ${PKGMESSAGE} + @${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME}.sh ${STAGEDIR}${PREFIX}/libexec/${PORTNAME} .include