From owner-svn-ports-all@FreeBSD.ORG Mon Jun 30 18:54:21 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 5ABA1E3B; Mon, 30 Jun 2014 18:54:21 +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 483002852; Mon, 30 Jun 2014 18:54:21 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s5UIsLdE057752; Mon, 30 Jun 2014 18:54:21 GMT (envelope-from wg@svn.freebsd.org) Received: (from wg@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s5UIsK4j057750; Mon, 30 Jun 2014 18:54:20 GMT (envelope-from wg@svn.freebsd.org) Message-Id: <201406301854.s5UIsK4j057750@svn.freebsd.org> From: William Grzybowski Date: Mon, 30 Jun 2014 18:54:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r359902 - head/net-mgmt/pancho 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: Mon, 30 Jun 2014 18:54:21 -0000 Author: wg Date: Mon Jun 30 18:54:20 2014 New Revision: 359902 URL: http://svnweb.freebsd.org/changeset/ports/359902 QAT: https://qat.redports.org/buildarchive/r359902/ Log: net-mgmt/pancho: support stage PR: 191495 Submitted by: maintainer Modified: head/net-mgmt/pancho/Makefile head/net-mgmt/pancho/pkg-plist Modified: head/net-mgmt/pancho/Makefile ============================================================================== --- head/net-mgmt/pancho/Makefile Mon Jun 30 18:52:56 2014 (r359901) +++ head/net-mgmt/pancho/Makefile Mon Jun 30 18:54:20 2014 (r359902) @@ -18,20 +18,15 @@ WRKSRC= ${WRKDIR}/Pancho-${PORTVERSION} USES= perl5 USE_PERL5= configure -MAN1= pancho.1 - DOCS= README README.plugins Plugin.sample -NO_STAGE= yes post-patch: @${MV} ${WRKSRC}/lib/Pancho/Plugins/README ${WRKSRC}/README.plugins @${MV} ${WRKSRC}/lib/Pancho/Plugins/Plugin.sample ${WRKSRC}/ post-install: - @${INSTALL_DATA} ${WRKSRC}/samples/sample.conf ${PREFIX}/etc/pancho.conf.sample -.if !defined(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} - cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${DOCSDIR} -.endif + ${INSTALL_DATA} ${WRKSRC}/samples/sample.conf ${STAGEDIR}${PREFIX}/etc/pancho.conf.sample + @${MKDIR} ${STAGEDIR}${DOCSDIR} + cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${STAGEDIR}${DOCSDIR} .include Modified: head/net-mgmt/pancho/pkg-plist ============================================================================== --- head/net-mgmt/pancho/pkg-plist Mon Jun 30 18:52:56 2014 (r359901) +++ head/net-mgmt/pancho/pkg-plist Mon Jun 30 18:54:20 2014 (r359902) @@ -1,5 +1,6 @@ bin/pancho -etc/pancho.conf.sample +@sample etc/pancho.conf.sample +man/man1/pancho.1.gz %%SITE_PERL%%/Pancho/Util.pm %%SITE_PERL%%/Pancho/Snmp.pm %%SITE_PERL%%/Pancho/Log.pm