From owner-svn-ports-head@FreeBSD.ORG Wed Feb 5 13:58:10 2014 Return-Path: Delivered-To: svn-ports-head@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 C5BCD9B8; Wed, 5 Feb 2014 13:58:10 +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 8F1F71BF2; Wed, 5 Feb 2014 13:58:10 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s15DwAnQ061238; Wed, 5 Feb 2014 13:58:10 GMT (envelope-from miwi@svn.freebsd.org) Received: (from miwi@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s15DwAQO061236; Wed, 5 Feb 2014 13:58:10 GMT (envelope-from miwi@svn.freebsd.org) Message-Id: <201402051358.s15DwAQO061236@svn.freebsd.org> From: Martin Wilke Date: Wed, 5 Feb 2014 13:58:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r342701 - head/net-mgmt/p5-Nagios-Plugin 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: Wed, 05 Feb 2014 13:58:10 -0000 Author: miwi Date: Wed Feb 5 13:58:09 2014 New Revision: 342701 URL: http://svnweb.freebsd.org/changeset/ports/342701 QAT: https://qat.redports.org/buildarchive/r342701/ Log: - Stage support Modified: head/net-mgmt/p5-Nagios-Plugin/Makefile head/net-mgmt/p5-Nagios-Plugin/pkg-plist Modified: head/net-mgmt/p5-Nagios-Plugin/Makefile ============================================================================== --- head/net-mgmt/p5-Nagios-Plugin/Makefile Wed Feb 5 13:50:29 2014 (r342700) +++ head/net-mgmt/p5-Nagios-Plugin/Makefile Wed Feb 5 13:58:09 2014 (r342701) @@ -19,24 +19,11 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure -NO_STAGE= yes -MAN3= Nagios::Plugin.3 \ - Nagios::Plugin::Config.3 \ - Nagios::Plugin::ExitResult.3 \ - Nagios::Plugin::Functions.3 \ - Nagios::Plugin::Getopt.3 \ - Nagios::Plugin::Performance.3 \ - Nagios::Plugin::Range.3 \ - Nagios::Plugin::Threshold.3 \ - -.if !defined(NOPORTDOCS) PORTDOCS= Changes README post-install: - @${MKDIR} ${DOCSDIR} - @${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR} - @${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}." -.endif + @${MKDIR} ${STAGEDIR}${DOCSDIR} + @${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} .include Modified: head/net-mgmt/p5-Nagios-Plugin/pkg-plist ============================================================================== --- head/net-mgmt/p5-Nagios-Plugin/pkg-plist Wed Feb 5 13:50:29 2014 (r342700) +++ head/net-mgmt/p5-Nagios-Plugin/pkg-plist Wed Feb 5 13:58:09 2014 (r342701) @@ -7,6 +7,14 @@ %%SITE_PERL%%/Nagios/Plugin/Range.pm %%SITE_PERL%%/Nagios/Plugin/Threshold.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Nagios/Plugin/.packlist +%%PERL5_MAN3%%/Nagios::Plugin.3.gz +%%PERL5_MAN3%%/Nagios::Plugin::Config.3.gz +%%PERL5_MAN3%%/Nagios::Plugin::ExitResult.3.gz +%%PERL5_MAN3%%/Nagios::Plugin::Functions.3.gz +%%PERL5_MAN3%%/Nagios::Plugin::Getopt.3.gz +%%PERL5_MAN3%%/Nagios::Plugin::Performance.3.gz +%%PERL5_MAN3%%/Nagios::Plugin::Range.3.gz +%%PERL5_MAN3%%/Nagios::Plugin::Threshold.3.gz @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Nagios/Plugin @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Nagios @dirrm %%SITE_PERL%%/Nagios/Plugin