From owner-svn-ports-head@FreeBSD.ORG Sun Nov 3 09:39:05 2013 Return-Path: Delivered-To: svn-ports-head@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 47C70739; Sun, 3 Nov 2013 09:39:05 +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 3437E25ED; Sun, 3 Nov 2013 09:39:05 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rA39d5FK003433; Sun, 3 Nov 2013 09:39:05 GMT (envelope-from vanilla@svn.freebsd.org) Received: (from vanilla@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rA39d4N9003431; Sun, 3 Nov 2013 09:39:04 GMT (envelope-from vanilla@svn.freebsd.org) Message-Id: <201311030939.rA39d4N9003431@svn.freebsd.org> From: "Vanilla I. Shu" Date: Sun, 3 Nov 2013 09:39:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r332599 - head/editors/p5-Proc-InvokeEditor X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Nov 2013 09:39:05 -0000 Author: vanilla Date: Sun Nov 3 09:39:04 2013 New Revision: 332599 URL: http://svnweb.freebsd.org/changeset/ports/332599 Log: Support STAGEDIR. Modified: head/editors/p5-Proc-InvokeEditor/Makefile head/editors/p5-Proc-InvokeEditor/pkg-plist Modified: head/editors/p5-Proc-InvokeEditor/Makefile ============================================================================== --- head/editors/p5-Proc-InvokeEditor/Makefile Sun Nov 3 09:37:49 2013 (r332598) +++ head/editors/p5-Proc-InvokeEditor/Makefile Sun Nov 3 09:39:04 2013 (r332599) @@ -15,12 +15,9 @@ LICENSE= ART10 GPLv1 LICENSE_COMB= dual BUILD_DEPENDS= p5-Carp-Assert>=0:${PORTSDIR}/devel/p5-Carp-Assert -RUN_DEPENDS= p5-Carp-Assert>=0:${PORTSDIR}/devel/p5-Carp-Assert +RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure -MAN3= Proc::InvokeEditor.3 - -NO_STAGE= yes .include Modified: head/editors/p5-Proc-InvokeEditor/pkg-plist ============================================================================== --- head/editors/p5-Proc-InvokeEditor/pkg-plist Sun Nov 3 09:37:49 2013 (r332598) +++ head/editors/p5-Proc-InvokeEditor/pkg-plist Sun Nov 3 09:39:04 2013 (r332599) @@ -1,5 +1,6 @@ -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Proc/InvokeEditor/.packlist +%%PERL5_MAN3%%/Proc::InvokeEditor.3.gz %%SITE_PERL%%/Proc/InvokeEditor.pm -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Proc/InvokeEditor -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Proc -@dirrm %%SITE_PERL%%/Proc +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Proc/InvokeEditor/.packlist +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Proc/InvokeEditor +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Proc +@dirrmtry %%SITE_PERL%%/Proc