| Server IP : 82.208.35.60 / Your IP : 216.73.216.89 Web Server : Apache/2.4.55 (FreeBSD) OpenSSL/1.1.1q-freebsd PHP/7.3.31 System : FreeBSD server7.d2m.cz 12.4-RELEASE-p9 FreeBSD 12.4-RELEASE-p9 GENERIC amd64 User : studiokobylisy_cz ( 1008) PHP Version : 7.3.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /usr/ports/www/p5-Gantry/files/ |
Upload File : |
--- ./lib/Gantry/Build.pm.orig 2009-07-14 17:44:09.567989717 -0400
+++ ./lib/Gantry/Build.pm 2009-07-14 17:44:24.917686676 -0400
@@ -115,8 +115,6 @@
my $tmpl_dir = $p->{web_dir};
- if( $tmpl_dir && $tmpl_dir ne '__skip__' ) {
-
if ( not -d $tmpl_dir and $p->{ create_web_dir } =~ /^n/i ) {
exit;
}
@@ -145,10 +143,6 @@
else {
print "Web content copied: $num\n";
}
- }
- else {
- print "SKIPPING WEB CONTENT INSTALL\n";
- }
print "-" x 80;
print "\n";