Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 Nov 2013 06:08:40 +0000 (UTC)
From:      Andrej Zverev <az@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r334813 - head/net/p5-Net-Ping-External
Message-ID:  <201311250608.rAP68ek7001703@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: az
Date: Mon Nov 25 06:08:39 2013
New Revision: 334813
URL: http://svnweb.freebsd.org/changeset/ports/334813

Log:
  - add stage support
  
  PR:		ports/184268
  Submitted by:	Douglas William Thrift <douglas@douglasthrift.net> (maintainer)

Modified:
  head/net/p5-Net-Ping-External/Makefile
  head/net/p5-Net-Ping-External/pkg-plist   (contents, props changed)

Modified: head/net/p5-Net-Ping-External/Makefile
==============================================================================
--- head/net/p5-Net-Ping-External/Makefile	Mon Nov 25 05:53:48 2013	(r334812)
+++ head/net/p5-Net-Ping-External/Makefile	Mon Nov 25 06:08:39 2013	(r334813)
@@ -17,7 +17,4 @@ USE_ZIP=	yes
 USES=		perl5
 USE_PERL5=	configure
 
-MAN3=		Net::Ping::External.3
-
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/net/p5-Net-Ping-External/pkg-plist
==============================================================================
--- head/net/p5-Net-Ping-External/pkg-plist	Mon Nov 25 05:53:48 2013	(r334812)
+++ head/net/p5-Net-Ping-External/pkg-plist	Mon Nov 25 06:08:39 2013	(r334813)
@@ -1,5 +1,6 @@
 %%SITE_PERL%%/Net/Ping/External.pm
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Ping/External/.packlist
+%%PERL5_MAN3%%/Net::Ping::External.3.gz
 @dirrmtry %%SITE_PERL%%/Net/Ping
 @dirrmtry %%SITE_PERL%%/Net
 @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Ping/External



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201311250608.rAP68ek7001703>