From: djrzulf Date: Tue, 16 Apr 2002 12:15:03 +0000 (+0000) Subject: - corrects path do httpd binary, X-Git-Tag: STABLE~5 X-Git-Url: http://git.pld-linux.org/?p=packages%2Fapache1-mod_frontpage.git;a=commitdiff_plain;h=4dc2b356b561c9683da50318b6f364d0217f76f4;hp=73331299c60729f880fd3bf4dcbb849c57a0aacb - corrects path do httpd binary, Changed files: mod_frontpage-PLD.patch -> 1.1 --- diff --git a/mod_frontpage-PLD.patch b/mod_frontpage-PLD.patch new file mode 100644 index 0000000..6c64c2c --- /dev/null +++ b/mod_frontpage-PLD.patch @@ -0,0 +1,11 @@ +--- Makefile.PL.orig Sun Feb 3 12:20:53 2002 ++++ Makefile.PL Tue Apr 16 09:40:29 2002 +@@ -8,7 +8,7 @@ + # Modified for the FreeBSD ports system and to work with + # FP extensions 5.0 from Martin Blapp + # +-$thechoice="/usr/local/sbin/httpd"; ++$thechoice="/usr/sbin/httpd"; + print "\nLet's see if it's a valid httpd..."; + $_=`$thechoice -v`; + if (/Server version:/) { print " YES!\n";