Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 30 Sep 2013 15:31:03 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r328817 - head/databases/p5-CouchDB-View
Message-ID:  <201309301531.r8UFV304048656@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Mon Sep 30 15:31:03 2013
New Revision: 328817
URL: http://svnweb.freebsd.org/changeset/ports/328817

Log:
  - Support STAGEDIR

Modified:
  head/databases/p5-CouchDB-View/Makefile
  head/databases/p5-CouchDB-View/pkg-plist   (contents, props changed)

Modified: head/databases/p5-CouchDB-View/Makefile
==============================================================================
--- head/databases/p5-CouchDB-View/Makefile	Mon Sep 30 15:30:44 2013	(r328816)
+++ head/databases/p5-CouchDB-View/Makefile	Mon Sep 30 15:31:03 2013	(r328817)
@@ -20,9 +20,4 @@ TEST_DEPENDS=	p5-Test-Deep>=0:${PORTSDIR
 USE_PERL5=	configure
 USES=		perl5
 
-MAN3=		CouchDB::View.3 \
-		CouchDB::View::Document.3 \
-		CouchDB::View::Server.3
-
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/databases/p5-CouchDB-View/pkg-plist
==============================================================================
--- head/databases/p5-CouchDB-View/pkg-plist	Mon Sep 30 15:30:44 2013	(r328816)
+++ head/databases/p5-CouchDB-View/pkg-plist	Mon Sep 30 15:31:03 2013	(r328817)
@@ -3,6 +3,9 @@ bin/couchdb-view-server.pl
 %%SITE_PERL%%/CouchDB/View/Document.pm
 %%SITE_PERL%%/CouchDB/View/Server.pm
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/CouchDB/View/.packlist
+%%PERL5_MAN3%%/CouchDB::View.3.gz
+%%PERL5_MAN3%%/CouchDB::View::Document.3.gz
+%%PERL5_MAN3%%/CouchDB::View::Server.3.gz
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/CouchDB/View
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/CouchDB
 @dirrmtry %%SITE_PERL%%/CouchDB/View



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