svn commit: r342984 - head/devel/p5-perlbrew

Emanuel Haupt ehaupt at FreeBSD.org
Thu Feb 6 09:28:39 UTC 2014


Author: ehaupt
Date: Thu Feb  6 09:28:38 2014
New Revision: 342984
URL: http://svnweb.freebsd.org/changeset/ports/342984
QAT: https://qat.redports.org/buildarchive/r342984/

Log:
  Support staging.

Modified:
  head/devel/p5-perlbrew/Makefile
  head/devel/p5-perlbrew/pkg-plist

Modified: head/devel/p5-perlbrew/Makefile
==============================================================================
--- head/devel/p5-perlbrew/Makefile	Thu Feb  6 09:27:08 2014	(r342983)
+++ head/devel/p5-perlbrew/Makefile	Thu Feb  6 09:28:38 2014	(r342984)
@@ -29,10 +29,6 @@ TEST_DEPENDS=	p5-IO-All>=0:${PORTSDIR}/d
 USES=		perl5
 USE_PERL5=	configure
 
-MAN1=		perlbrew.1
-MAN3=		App::perlbrew.3
-
-NO_STAGE=	yes
 .include <bsd.port.pre.mk>
 
 .if ${PERL_LEVEL} < 501400

Modified: head/devel/p5-perlbrew/pkg-plist
==============================================================================
--- head/devel/p5-perlbrew/pkg-plist	Thu Feb  6 09:27:08 2014	(r342983)
+++ head/devel/p5-perlbrew/pkg-plist	Thu Feb  6 09:28:38 2014	(r342984)
@@ -1,4 +1,6 @@
 bin/perlbrew
+man/man1/perlbrew.1.gz
+%%PERL5_MAN3%%/App::perlbrew.3.gz
 %%SITE_PERL%%/App/perlbrew.pm
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/App/perlbrew/.packlist
 @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/App/perlbrew


More information about the svn-ports-all mailing list