mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
268a1e9e8b
make port prefix clean use perl from /usr/bin not /usr/local/bin patch interactive configure script to show sane default paths for - apache paths - apache documents, etc. updated PLIST cosmetics in DESCR
42 lines
1.8 KiB
Plaintext
42 lines
1.8 KiB
Plaintext
--- Configure.orig Wed Jun 10 02:44:18 1998
|
|
+++ Configure Sun Sep 19 12:44:16 1999
|
|
@@ -44,16 +44,16 @@
|
|
# be overwritten by any of the parameters saved in $config.
|
|
# For yes/no values, 0=no, 1=yes
|
|
|
|
-DOMO_DIR= # Majordomo home directory
|
|
+DOMO_DIR=!!PREFIX!!/majordomo # Majordomo home directory
|
|
DOMO_CONF= # Majordomo configuration file
|
|
DOMO_VERSION= # Majordomo version number
|
|
WEB_SCHEME="http" # Web server scheme/protocol
|
|
-WEB_ROOT= # Web server root directory
|
|
+WEB_ROOT=!!PREFIX!!/share/apache # Web server root directory
|
|
WEB_CGIDIR= # Web server CGI directory
|
|
WEB_CGIURL="/cgi-bin" # Web server CGI URL
|
|
WEB_IMGDIR= # Web server images directory
|
|
-WEB_IMGURL="/images" # Web server images URL
|
|
-WEB_DOCROOT= # Root for served documents
|
|
+WEB_IMGURL="/icons" # Web server images URL
|
|
+WEB_DOCROOT=!!PREFIX!!/share/apache/htdocs # Root for served documents
|
|
WEB_HEADER= # Header for common site look
|
|
WEB_FOOTER= # Footer for common site look
|
|
COOL_CF= # Config file for this installation
|
|
@@ -64,7 +64,7 @@
|
|
COOL_NAME="majordomo" # MajorCool CGI program name
|
|
COOL_USERID="bin" # User-id to install as
|
|
COOL_GROUPID="bin" # Group-id to install as
|
|
-COOL_HELPFILE= # MajorCool HTML info file location
|
|
+COOL_HELPFILE=/majorcool.html # MajorCool HTML info file location
|
|
COOL_SITEADDR="simple" # The address lookup function to use
|
|
COOL_CREATECMD= # Program to call on CREATE request
|
|
COOL_RENAMECMD= # Program to call on RENAME request
|
|
@@ -86,7 +86,7 @@
|
|
OPT_PREFSRETURN=0 # Return to prior screen from Prefs session?
|
|
OPT_ROBOTS=1 # Allow Internet spiders to index the CGI?
|
|
OPT_SCANSTEPS=50 # Update interval suring list scan.
|
|
-PERLBIN="/usr/local/bin/perl" # How to start a perl script
|
|
+PERLBIN="/usr/bin/perl" # How to start a perl script
|
|
|
|
#----------------------------------------------------------------------------
|
|
|