svn commit: r341628 - head/devel/p5-Exception-Handler

Martin Wilke miwi at FreeBSD.org
Tue Jan 28 16:46:36 UTC 2014


Author: miwi
Date: Tue Jan 28 16:46:35 2014
New Revision: 341628
URL: http://svnweb.freebsd.org/changeset/ports/341628
QAT: https://qat.redports.org/buildarchive/r341628/

Log:
  - Stage support

Modified:
  head/devel/p5-Exception-Handler/Makefile
  head/devel/p5-Exception-Handler/pkg-plist

Modified: head/devel/p5-Exception-Handler/Makefile
==============================================================================
--- head/devel/p5-Exception-Handler/Makefile	Tue Jan 28 16:46:22 2014	(r341627)
+++ head/devel/p5-Exception-Handler/Makefile	Tue Jan 28 16:46:35 2014	(r341628)
@@ -13,7 +13,4 @@ COMMENT=	Perl module that report excepti
 USES=		perl5
 USE_PERL5=	configure
 
-MAN3=		Exception::Handler.3
-
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/devel/p5-Exception-Handler/pkg-plist
==============================================================================
--- head/devel/p5-Exception-Handler/pkg-plist	Tue Jan 28 16:46:22 2014	(r341627)
+++ head/devel/p5-Exception-Handler/pkg-plist	Tue Jan 28 16:46:35 2014	(r341628)
@@ -1,3 +1,4 @@
+%%PERL5_MAN3%%/Exception::Handler.3.gz
 %%SITE_PERL%%/Exception/Handler.pm
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/Exception/Handler/.packlist
 @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Exception/Handler


More information about the svn-ports-all mailing list