svn commit: r332936 - head/ports-mgmt/p5-FreeBSD-Ports

Vanilla I. Shu vanilla at FreeBSD.org
Wed Nov 6 01:18:35 UTC 2013


Author: vanilla
Date: Wed Nov  6 01:18:34 2013
New Revision: 332936
URL: http://svnweb.freebsd.org/changeset/ports/332936

Log:
  Support STAGEDIR.

Modified:
  head/ports-mgmt/p5-FreeBSD-Ports/Makefile
  head/ports-mgmt/p5-FreeBSD-Ports/pkg-plist

Modified: head/ports-mgmt/p5-FreeBSD-Ports/Makefile
==============================================================================
--- head/ports-mgmt/p5-FreeBSD-Ports/Makefile	Wed Nov  6 00:13:02 2013	(r332935)
+++ head/ports-mgmt/p5-FreeBSD-Ports/Makefile	Wed Nov  6 01:18:34 2013	(r332936)
@@ -15,7 +15,5 @@ USE_BZIP2=	yes
 
 USES=		perl5
 USE_PERL5=	configure
-MAN3=		FreeBSD::Ports::Port.3 \
-		FreeBSD::Ports.3
-NO_STAGE=	yes
+
 .include <bsd.port.mk>

Modified: head/ports-mgmt/p5-FreeBSD-Ports/pkg-plist
==============================================================================
--- head/ports-mgmt/p5-FreeBSD-Ports/pkg-plist	Wed Nov  6 00:13:02 2013	(r332935)
+++ head/ports-mgmt/p5-FreeBSD-Ports/pkg-plist	Wed Nov  6 01:18:34 2013	(r332936)
@@ -1,7 +1,9 @@
-%%SITE_PERL%%/FreeBSD/Ports/Port.pm
+%%PERL5_MAN3%%/FreeBSD::Ports.3.gz
+%%PERL5_MAN3%%/FreeBSD::Ports::Port.3.gz
 %%SITE_PERL%%/FreeBSD/Ports.pm
+%%SITE_PERL%%/FreeBSD/Ports/Port.pm
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/FreeBSD/Ports/.packlist
- at dirrm %%SITE_PERL%%/FreeBSD/Ports
- at dirrm %%SITE_PERL%%/FreeBSD
- at dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/FreeBSD/Ports
- at dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/FreeBSD
+ at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/FreeBSD/Ports
+ at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/FreeBSD
+ at dirrmtry %%SITE_PERL%%/FreeBSD/Ports
+ at dirrmtry %%SITE_PERL%%/FreeBSD


More information about the svn-ports-all mailing list