diff options
author | Andreas Klemm <andreas@FreeBSD.org> | 1997-11-30 13:16:22 +0000 |
---|---|---|
committer | Andreas Klemm <andreas@FreeBSD.org> | 1997-11-30 13:16:22 +0000 |
commit | a59088e86e5b8ac3331d4d2ac4e5a00f9e5802eb (patch) | |
tree | d5949b59e7bdd7a63daab8808e5bf1e3d7bd5bab /mail/majorcool | |
parent | 6c0f94863633401c1bd34ee49cd3217667579852 (diff) | |
download | ports-a59088e86e5b8ac3331d4d2ac4e5a00f9e5802eb.tar.gz ports-a59088e86e5b8ac3331d4d2ac4e5a00f9e5802eb.zip |
Notes
Diffstat (limited to 'mail/majorcool')
-rw-r--r-- | mail/majorcool/Makefile | 4 | ||||
-rw-r--r-- | mail/majorcool/files/patch-aa | 17 |
2 files changed, 11 insertions, 10 deletions
diff --git a/mail/majorcool/Makefile b/mail/majorcool/Makefile index a583d7acb2c3..cde416c217ba 100644 --- a/mail/majorcool/Makefile +++ b/mail/majorcool/Makefile @@ -3,11 +3,11 @@ # Date created: Wed Aug 13 18:34:14 CEST 1997 # Whom: Andreas Klemm <andreas@klemm.gtn.com> # -# $Id: Makefile,v 1.2 1997/08/13 18:56:48 andreas Exp $ +# $Id: Makefile,v 1.3 1997/10/13 20:55:31 andreas Exp $ # DISTNAME= majorcool -PKGNAME= majorcool-1.1.0 +PKGNAME= majorcool-1.1.2 CATEGORIES= mail MASTER_SITES= http://ncrinfo.ncr.com/pub/contrib/unix/MajorCool/ diff --git a/mail/majorcool/files/patch-aa b/mail/majorcool/files/patch-aa index b69dfd3b4026..cfd200a26f08 100644 --- a/mail/majorcool/files/patch-aa +++ b/mail/majorcool/files/patch-aa @@ -1,6 +1,6 @@ ---- Configure.orig Wed Aug 13 20:41:47 1997 -+++ Configure Wed Aug 13 20:45:03 1997 -@@ -104,15 +104,15 @@ +--- Configure.orig Sat Nov 8 03:22:10 1997 ++++ Configure Sun Nov 30 14:07:58 1997 +@@ -44,16 +44,16 @@ # be overwritten by any of the parameters saved in $config. # For yes/no values, 0=no, 1=yes @@ -8,20 +8,21 @@ +DOMO_DIR=/usr/local/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=/usr/local/www # Web server root directory WEB_CGIDIR= # Web server CGI directory - WEB_CGIURL= # Web server CGI URL + WEB_CGIURL="/cgi-bin" # Web server CGI URL WEB_IMGDIR= # Web server images directory - WEB_IMGURL= # Web server images URL + WEB_IMGURL="/images" # Web server images URL -WEB_DOCROOT= # Root for served documents +WEB_DOCROOT=/usr/local/www/data # Root for served documents WEB_HEADER= # Header for common site look WEB_FOOTER= # Footer for common site look - COOL_CF="$COOL_CF" # Config file for this installation -@@ -561,7 +561,7 @@ - $fastread ans + COOL_CF= # Config file for this installation +@@ -593,7 +593,7 @@ [ -n "$ans" ] && WEB_FOOTER=$ans + [ "$ans" = "none" ] && WEB_FOOTER="" -[ "$COOL_HELPFILE" ] || COOL_HELPFILE="/majorcool.htm" +[ "$COOL_HELPFILE" ] || COOL_HELPFILE="/majorcool.html" |