Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 Dec 2013 14:22:11 +0000 (UTC)
From:      Philippe Audeoud <jadawin@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r336834 - head/net/p5-Net-ARP
Message-ID:  <201312181422.rBIEMBRj026435@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jadawin
Date: Wed Dec 18 14:22:11 2013
New Revision: 336834
URL: http://svnweb.freebsd.org/changeset/ports/336834

Log:
  - Support STAGE
  
  Approved by:	dhn@ via private mail

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

Modified: head/net/p5-Net-ARP/Makefile
==============================================================================
--- head/net/p5-Net-ARP/Makefile	Wed Dec 18 14:13:11 2013	(r336833)
+++ head/net/p5-Net-ARP/Makefile	Wed Dec 18 14:22:11 2013	(r336834)
@@ -16,7 +16,4 @@ BUILD_DEPENDS=	p5-Net-Pcap>=0:${PORTSDIR
 USES=		perl5
 USE_PERL5=	configure
 
-MAN3=	Net::ARP.3
-
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/net/p5-Net-ARP/pkg-plist
==============================================================================
--- head/net/p5-Net-ARP/pkg-plist	Wed Dec 18 14:13:11 2013	(r336833)
+++ head/net/p5-Net-ARP/pkg-plist	Wed Dec 18 14:22:11 2013	(r336834)
@@ -2,6 +2,7 @@
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/ARP/.packlist
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/ARP/ARP.bs
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/ARP/ARP.so
+%%PERL5_MAN3%%/Net::ARP.3.gz
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Net
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/ARP
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net



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