svn commit: r329840 - head/databases/p5-Redis-hiredis

Grzegorz Blach gblach at FreeBSD.org
Tue Oct 8 22:36:42 UTC 2013


Author: gblach
Date: Tue Oct  8 22:36:41 2013
New Revision: 329840
URL: http://svnweb.freebsd.org/changeset/ports/329840

Log:
  - Support staging

Modified:
  head/databases/p5-Redis-hiredis/Makefile
  head/databases/p5-Redis-hiredis/pkg-plist

Modified: head/databases/p5-Redis-hiredis/Makefile
==============================================================================
--- head/databases/p5-Redis-hiredis/Makefile	Tue Oct  8 22:11:23 2013	(r329839)
+++ head/databases/p5-Redis-hiredis/Makefile	Tue Oct  8 22:36:41 2013	(r329840)
@@ -14,7 +14,4 @@ COMMENT=	A Simple wrapper around hiredis
 USES=		perl5
 USE_PERL5=	configure
 
-MAN3=		Redis::hiredis.3
-
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/databases/p5-Redis-hiredis/pkg-plist
==============================================================================
--- head/databases/p5-Redis-hiredis/pkg-plist	Tue Oct  8 22:11:23 2013	(r329839)
+++ head/databases/p5-Redis-hiredis/pkg-plist	Tue Oct  8 22:36:41 2013	(r329840)
@@ -2,6 +2,7 @@
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/Redis/hiredis/.packlist
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/Redis/hiredis/hiredis.bs
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/Redis/hiredis/hiredis.so
+%%PERL5_MAN3%%/Redis::hiredis.3.gz
 @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Redis/hiredis
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Redis
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Redis


More information about the svn-ports-all mailing list