Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 8 Oct 2013 22:36:41 +0000 (UTC)
From:      Grzegorz Blach <gblach@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r329840 - head/databases/p5-Redis-hiredis
Message-ID:  <201310082236.r98Mafja013288@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310082236.r98Mafja013288>