Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 6 Nov 2013 01:18:34 +0000 (UTC)
From:      "Vanilla I. Shu" <vanilla@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r332936 - head/ports-mgmt/p5-FreeBSD-Ports
Message-ID:  <201311060118.rA61IYl7028005@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
-@dirrm %%SITE_PERL%%/FreeBSD/Ports
-@dirrm %%SITE_PERL%%/FreeBSD
-@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/FreeBSD/Ports
-@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/FreeBSD
+@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/FreeBSD/Ports
+@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/FreeBSD
+@dirrmtry %%SITE_PERL%%/FreeBSD/Ports
+@dirrmtry %%SITE_PERL%%/FreeBSD



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