From owner-svn-ports-all@FreeBSD.ORG Sat Nov 2 01:51:14 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id CDCC312A; Sat, 2 Nov 2013 01:51:14 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id BB11B27C2; Sat, 2 Nov 2013 01:51:14 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rA21pEom053131; Sat, 2 Nov 2013 01:51:14 GMT (envelope-from vanilla@svn.freebsd.org) Received: (from vanilla@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rA21pEca053129; Sat, 2 Nov 2013 01:51:14 GMT (envelope-from vanilla@svn.freebsd.org) Message-Id: <201311020151.rA21pEca053129@svn.freebsd.org> From: "Vanilla I. Shu" Date: Sat, 2 Nov 2013 01:51:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r332439 - head/devel/p5-base X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Nov 2013 01:51:14 -0000 Author: vanilla Date: Sat Nov 2 01:51:13 2013 New Revision: 332439 URL: http://svnweb.freebsd.org/changeset/ports/332439 Log: Support STAGEDIR. Modified: head/devel/p5-base/Makefile head/devel/p5-base/pkg-plist Modified: head/devel/p5-base/Makefile ============================================================================== --- head/devel/p5-base/Makefile Sat Nov 2 01:14:39 2013 (r332438) +++ head/devel/p5-base/Makefile Sat Nov 2 01:51:13 2013 (r332439) @@ -14,7 +14,4 @@ COMMENT= Set of modules to operate with USES= perl5 USE_PERL5= configure -MAN3= base.3 fields.3 - -NO_STAGE= yes .include Modified: head/devel/p5-base/pkg-plist ============================================================================== --- head/devel/p5-base/pkg-plist Sat Nov 2 01:14:39 2013 (r332438) +++ head/devel/p5-base/pkg-plist Sat Nov 2 01:51:13 2013 (r332439) @@ -1,4 +1,6 @@ +%%PERL5_MAN3%%/base.3.gz +%%PERL5_MAN3%%/fields.3.gz %%SITE_PERL%%/base.pm %%SITE_PERL%%/fields.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/base/.packlist -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/base +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/base