From owner-svn-ports-head@FreeBSD.ORG Wed Nov 6 07:44:17 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id CEDAF5B4; Wed, 6 Nov 2013 07:44:17 +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 A1822288F; Wed, 6 Nov 2013 07:44:17 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rA67iHIE067299; Wed, 6 Nov 2013 07:44:17 GMT (envelope-from vanilla@svn.freebsd.org) Received: (from vanilla@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rA67iHxi067294; Wed, 6 Nov 2013 07:44:17 GMT (envelope-from vanilla@svn.freebsd.org) Message-Id: <201311060744.rA67iHxi067294@svn.freebsd.org> From: "Vanilla I. Shu" Date: Wed, 6 Nov 2013 07:44:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r332952 - head/shells/p5-Term-ShellUI 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: Wed, 06 Nov 2013 07:44:17 -0000 Author: vanilla Date: Wed Nov 6 07:44:16 2013 New Revision: 332952 URL: http://svnweb.freebsd.org/changeset/ports/332952 Log: Support STAGEDIR. Modified: head/shells/p5-Term-ShellUI/Makefile head/shells/p5-Term-ShellUI/pkg-plist Modified: head/shells/p5-Term-ShellUI/Makefile ============================================================================== --- head/shells/p5-Term-ShellUI/Makefile Wed Nov 6 07:42:18 2013 (r332951) +++ head/shells/p5-Term-ShellUI/Makefile Wed Nov 6 07:44:16 2013 (r332952) @@ -12,21 +12,17 @@ MAINTAINER= perl@FreeBSD.org COMMENT= Fully-featured shell-like command line environment BUILD_DEPENDS= p5-ReadLine-Gnu>=0:${PORTSDIR}/devel/p5-ReadLine-Gnu -RUN_DEPENDS= p5-ReadLine-Gnu>=0:${PORTSDIR}/devel/p5-ReadLine-Gnu +RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure -MAN3= Term::ShellUI.3 \ - Text::Shellwords::Cursor.3 - -NO_STAGE= yes post-install: .if !defined(NOPORTEXAMPLES) - @${MKDIR} ${EXAMPLESDIR}/ + @${MKDIR} ${STAGEDIR}${EXAMPLESDIR}/ @${ECHO_MSG} "===> Installing examples for ${PKGNAME}" cd ${WRKSRC}/examples/ && ${INSTALL_SCRIPT} \ - fileman-example synopsis synopsis-big tui-sample ${EXAMPLESDIR}/ + fileman-example synopsis synopsis-big tui-sample ${STAGEDIR}${EXAMPLESDIR}/ .endif .include Modified: head/shells/p5-Term-ShellUI/pkg-plist ============================================================================== --- head/shells/p5-Term-ShellUI/pkg-plist Wed Nov 6 07:42:18 2013 (r332951) +++ head/shells/p5-Term-ShellUI/pkg-plist Wed Nov 6 07:44:16 2013 (r332952) @@ -1,3 +1,5 @@ +%%PERL5_MAN3%%/Term::ShellUI.3.gz +%%PERL5_MAN3%%/Text::Shellwords::Cursor.3.gz %%SITE_PERL%%/Term/ShellUI.pm %%SITE_PERL%%/Text/Shellwords/Cursor.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Term/ShellUI/.packlist @@ -5,8 +7,8 @@ %%PORTEXAMPLES%%%%EXAMPLESDIR%%/synopsis %%PORTEXAMPLES%%%%EXAMPLESDIR%%/synopsis-big %%PORTEXAMPLES%%%%EXAMPLESDIR%%/tui-sample -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%% -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Term/ShellUI +%%PORTEXAMPLES%%@dirrmtry %%EXAMPLESDIR%% +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Term/ShellUI @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Term @dirrmtry %%SITE_PERL%%/Text/Shellwords @dirrmtry %%SITE_PERL%%/Text