svn commit: r343068 - head/net/p5-IP-Country

Emanuel Haupt ehaupt at FreeBSD.org
Thu Feb 6 13:22:18 UTC 2014


Author: ehaupt
Date: Thu Feb  6 13:22:17 2014
New Revision: 343068
URL: http://svnweb.freebsd.org/changeset/ports/343068
QAT: https://qat.redports.org/buildarchive/r343068/

Log:
  Support staging.

Modified:
  head/net/p5-IP-Country/Makefile
  head/net/p5-IP-Country/pkg-plist

Modified: head/net/p5-IP-Country/Makefile
==============================================================================
--- head/net/p5-IP-Country/Makefile	Thu Feb  6 13:19:22 2014	(r343067)
+++ head/net/p5-IP-Country/Makefile	Thu Feb  6 13:22:17 2014	(r343068)
@@ -16,13 +16,4 @@ RUN_DEPENDS:=	${BUILD_DEPENDS}
 USES=		perl5
 USE_PERL5=	configure
 
-MAN1=		ip2cc.1
-MAN3=		IP::Authority.3 \
-		IP::Country::Fast.3 \
-		IP::Country::MaxMind.3 \
-		IP::Country::Medium.3 \
-		IP::Country::Slow.3 \
-		IP::Country.3
-
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/net/p5-IP-Country/pkg-plist
==============================================================================
--- head/net/p5-IP-Country/pkg-plist	Thu Feb  6 13:19:22 2014	(r343067)
+++ head/net/p5-IP-Country/pkg-plist	Thu Feb  6 13:22:17 2014	(r343068)
@@ -1,4 +1,11 @@
 bin/ip2cc
+man/man1/ip2cc.1.gz
+%%PERL5_MAN3%%/IP::Authority.3.gz
+%%PERL5_MAN3%%/IP::Country.3.gz
+%%PERL5_MAN3%%/IP::Country::Fast.3.gz
+%%PERL5_MAN3%%/IP::Country::MaxMind.3.gz
+%%PERL5_MAN3%%/IP::Country::Medium.3.gz
+%%PERL5_MAN3%%/IP::Country::Slow.3.gz
 %%SITE_PERL%%/IP/Authority.pm
 %%SITE_PERL%%/IP/Authority/auth.gif
 %%SITE_PERL%%/IP/Authority/ipauth.gif


More information about the svn-ports-all mailing list