svn commit: r342197 - head/devel/p5-Module-Runtime

Martin Wilke miwi at FreeBSD.org
Sat Feb 1 18:24:30 UTC 2014


Author: miwi
Date: Sat Feb  1 18:24:29 2014
New Revision: 342197
URL: http://svnweb.freebsd.org/changeset/ports/342197
QAT: https://qat.redports.org/buildarchive/r342197/

Log:
  - Stage support

Modified:
  head/devel/p5-Module-Runtime/Makefile
  head/devel/p5-Module-Runtime/pkg-plist

Modified: head/devel/p5-Module-Runtime/Makefile
==============================================================================
--- head/devel/p5-Module-Runtime/Makefile	Sat Feb  1 17:47:32 2014	(r342196)
+++ head/devel/p5-Module-Runtime/Makefile	Sat Feb  1 18:24:29 2014	(r342197)
@@ -16,7 +16,4 @@ LICENSE_COMB=	dual
 USES=		perl5
 USE_PERL5=	modbuild
 
-MAN3=	Module::Runtime.3
-
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/devel/p5-Module-Runtime/pkg-plist
==============================================================================
--- head/devel/p5-Module-Runtime/pkg-plist	Sat Feb  1 17:47:32 2014	(r342196)
+++ head/devel/p5-Module-Runtime/pkg-plist	Sat Feb  1 18:24:29 2014	(r342197)
@@ -1,2 +1,3 @@
 %%SITE_PERL%%/Module/Runtime.pm
+%%PERL5_MAN3%%/Module::Runtime.3.gz
 @dirrmtry %%SITE_PERL%%/Module


More information about the svn-ports-all mailing list