svn commit: r331041 - head/databases/p5-Dancer-Plugin-Redis

Grzegorz Blach gblach at FreeBSD.org
Sun Oct 20 17:46:55 UTC 2013


Author: gblach
Date: Sun Oct 20 17:46:54 2013
New Revision: 331041
URL: http://svnweb.freebsd.org/changeset/ports/331041

Log:
  - Support staging

Modified:
  head/databases/p5-Dancer-Plugin-Redis/Makefile
  head/databases/p5-Dancer-Plugin-Redis/pkg-plist

Modified: head/databases/p5-Dancer-Plugin-Redis/Makefile
==============================================================================
--- head/databases/p5-Dancer-Plugin-Redis/Makefile	Sun Oct 20 17:41:59 2013	(r331040)
+++ head/databases/p5-Dancer-Plugin-Redis/Makefile	Sun Oct 20 17:46:54 2013	(r331041)
@@ -22,7 +22,4 @@ RUN_DEPENDS=	p5-Dancer>=1.1750:${PORTSDI
 USES=		perl5
 USE_PERL5=	modbuild
 
-MAN3=		Dancer::Plugin::Redis.3
-
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/databases/p5-Dancer-Plugin-Redis/pkg-plist
==============================================================================
--- head/databases/p5-Dancer-Plugin-Redis/pkg-plist	Sun Oct 20 17:41:59 2013	(r331040)
+++ head/databases/p5-Dancer-Plugin-Redis/pkg-plist	Sun Oct 20 17:46:54 2013	(r331041)
@@ -1,4 +1,5 @@
 %%SITE_PERL%%/Dancer/Plugin/Redis.pm
+%%PERL5_MAN3%%/Dancer::Plugin::Redis.3.gz
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Dancer/Plugin
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Dancer
 @dirrmtry %%SITE_PERL%%/Dancer/Plugin


More information about the svn-ports-all mailing list