From 4dc2b356b561c9683da50318b6f364d0217f76f4 Mon Sep 17 00:00:00 2001 From: djrzulf Date: Tue, 16 Apr 2002 12:15:03 +0000 Subject: [PATCH] - corrects path do httpd binary, Changed files: mod_frontpage-PLD.patch -> 1.1 --- mod_frontpage-PLD.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 mod_frontpage-PLD.patch 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"; -- 2.43.0