svn commit: r336834 - head/net/p5-Net-ARP

Philippe Audeoud jadawin at FreeBSD.org
Wed Dec 18 14:22:12 UTC 2013


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


More information about the svn-ports-head mailing list