freebsd-ports/www/p5-Gantry/files/patch-Build.PL
Cheng-Lung Sung 2d941e526f - files/patch-Build.PL erroneously omits much of the original Build.PL.
In particular, the part that copies template files to
  /usr/local/www/gantry and allow Gantry to work.
- bump PORTREVISION

PR:             ports/115772
Submitted by:   Warren Block <wblock_AT_wonkity dot com>
Reviewed by:    clsung
2007-09-12 05:53:46 +00:00

26 lines
909 B
Perl

--- Build.PL.orig 2007-06-20 03:11:06.000000000 +0800
+++ Build.PL 2007-09-12 09:34:41.000000000 +0800
@@ -36,10 +36,10 @@
web_files => \@web_dirs,
build_web_directory => 'root',
install_web_directories => {
- 'default' => '/home/httpd/html/gantry',
- 'prod' => '/home/httpd/html/gantry',
- 'dev' => '/home/httpd/html/gantry',
- 'tim' => '/home/tkeefer/httpd/html/gantry'
+ 'default' => '/usr/local/www/gantry',
+ 'prod' => '/usr/local/www/gantry',
+ 'dev' => '/usr/local/www/gantry',
+ 'tim' => '/usr/local/www/gantry'
},
create_makefile_pl => 'passthrough',
license => 'perl',
@@ -105,7 +105,7 @@
if ( not -d $template_path ) {
my $make_path = $build->y_n(
"$template_path does not exist, should I make it?",
- 'y'
+ 'n'
);
if ( $make_path ) {