Date: Mon, 10 Nov 2014 16:21:41 +0000 (UTC) From: Mathieu Arnold <mat@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r372402 - head/www/p5-Bigtop Message-ID: <201411101621.sAAGLf3P046573@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mat Date: Mon Nov 10 16:21:41 2014 New Revision: 372402 URL: https://svnweb.freebsd.org/changeset/ports/372402 QAT: https://qat.redports.org/buildarchive/r372402/ Log: Fix build as a user. Sponsored by: Absolight Modified: head/www/p5-Bigtop/Makefile head/www/p5-Bigtop/pkg-plist Modified: head/www/p5-Bigtop/Makefile ============================================================================== --- head/www/p5-Bigtop/Makefile Mon Nov 10 15:49:38 2014 (r372401) +++ head/www/p5-Bigtop/Makefile Mon Nov 10 16:21:41 2014 (r372402) @@ -3,6 +3,7 @@ PORTNAME= Bigtop PORTVERSION= 0.38 +PORTREVISION= 1 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -25,6 +26,6 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= modbuild -CONFIGURE_ARGS= </dev/null +CONFIGURE_ENV= TENTMAKER_TEMPLATE_PATH=${STAGEDIR}${PREFIX}/share/TentMaker .include <bsd.port.mk> Modified: head/www/p5-Bigtop/pkg-plist ============================================================================== --- head/www/p5-Bigtop/pkg-plist Mon Nov 10 15:49:38 2014 (r372401) +++ head/www/p5-Bigtop/pkg-plist Mon Nov 10 16:21:41 2014 (r372402) @@ -92,6 +92,30 @@ bin/tentmaker %%SITE_PERL%%/Bigtop/grammar.pod man/man1/bigtop.1.gz man/man1/tentmaker.1.gz +share/TentMaker/tenttemplates/app_body.ttc +share/TentMaker/tenttemplates/app_body_div.ttc +share/TentMaker/tenttemplates/app_config.ttc +share/TentMaker/tenttemplates/app_statements.ttc +share/TentMaker/tenttemplates/backends.ttc +share/TentMaker/tenttemplates/bigtop_config.ttc +share/TentMaker/tenttemplates/controller_config_block.ttc +share/TentMaker/tenttemplates/data_div.ttc +share/TentMaker/tenttemplates/default.css +share/TentMaker/tenttemplates/delete_button.ttc +share/TentMaker/tenttemplates/delete_link.ttc +share/TentMaker/tenttemplates/field_block.ttc +share/TentMaker/tenttemplates/input_boxes.ttc +share/TentMaker/tenttemplates/method_block.ttc +share/TentMaker/tenttemplates/new_app_body_div.tt +share/TentMaker/tenttemplates/new_controller_config_div.tt +share/TentMaker/tenttemplates/new_data_div.ttc +share/TentMaker/tenttemplates/new_field_div.tt +share/TentMaker/tenttemplates/new_method_div.tt +share/TentMaker/tenttemplates/new_quick_edit.ttc +share/TentMaker/tenttemplates/quick_edit.ttc +share/TentMaker/tenttemplates/show_or_hide.ttc +share/TentMaker/tenttemplates/tenter.js +share/TentMaker/tenttemplates/tenter.tt @dirrmtry %%SITE_PERL%%/Bigtop/ScriptHelp/Style @dirrmtry %%SITE_PERL%%/Bigtop/ScriptHelp @dirrmtry %%SITE_PERL%%/Bigtop/Docs
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201411101621.sAAGLf3P046573>