From owner-svn-ports-all@FreeBSD.ORG Fri Jun 6 13:07:47 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id BB06B46D; Fri, 6 Jun 2014 13:07:47 +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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A86392EA6; Fri, 6 Jun 2014 13:07:47 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s56D7lLm027174; Fri, 6 Jun 2014 13:07:47 GMT (envelope-from miwi@svn.freebsd.org) Received: (from miwi@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s56D7luK027172; Fri, 6 Jun 2014 13:07:47 GMT (envelope-from miwi@svn.freebsd.org) Message-Id: <201406061307.s56D7luK027172@svn.freebsd.org> From: Martin Wilke Date: Fri, 6 Jun 2014 13:07:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r356782 - head/www/hinventory-client 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.18 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: Fri, 06 Jun 2014 13:07:47 -0000 Author: miwi Date: Fri Jun 6 13:07:46 2014 New Revision: 356782 URL: http://svnweb.freebsd.org/changeset/ports/356782 QAT: https://qat.redports.org/buildarchive/r356782/ Log: - Stage support PR: 190141 Modified: head/www/hinventory-client/Makefile head/www/hinventory-client/pkg-plist Modified: head/www/hinventory-client/Makefile ============================================================================== --- head/www/hinventory-client/Makefile Fri Jun 6 13:07:02 2014 (r356781) +++ head/www/hinventory-client/Makefile Fri Jun 6 13:07:46 2014 (r356782) @@ -13,10 +13,10 @@ COMMENT= H-Inventory Client for FreeBSD NO_BUILD= yes WRKSRC= ${WRKDIR}/hinventoryFreeBSD -NO_STAGE= yes do-install: - ${INSTALL_SCRIPT} ${WRKSRC}/hinventory_FreeBSD.sh \ - ${PREFIX}/bin/hinventory_FreeBSD.sh - ${INSTALL_DATA} ${WRKSRC}/hinventory.conf ${PREFIX}/etc/hinventory.conf + @${INSTALL_SCRIPT} ${WRKSRC}/hinventory_FreeBSD.sh \ + ${STAGEDIR}${PREFIX}/bin/hinventory_FreeBSD.sh + @${INSTALL_DATA} ${WRKSRC}/hinventory.conf ${STAGEDIR}${PREFIX}/etc/hinventory.conf.sample + @${MKDIR} ${STAGEDIR}/var/spool/hinventory .include Modified: head/www/hinventory-client/pkg-plist ============================================================================== --- head/www/hinventory-client/pkg-plist Fri Jun 6 13:07:02 2014 (r356781) +++ head/www/hinventory-client/pkg-plist Fri Jun 6 13:07:46 2014 (r356782) @@ -1,5 +1,5 @@ bin/hinventory_FreeBSD.sh -etc/hinventory.conf +@sample etc/hinventory.conf.sample @cwd / @exec mkdir -p %D/var/spool/hinventory @dirrmtry var/spool/hinventory