diff options
author | andreas <andreas@FreeBSD.org> | 1997-11-30 21:16:22 +0800 |
---|---|---|
committer | andreas <andreas@FreeBSD.org> | 1997-11-30 21:16:22 +0800 |
commit | 7f826bdabf404c6f26a502643aac07882cb0b789 (patch) | |
tree | 7fafc1da772b52050c2a28aa6702756233da7794 /mail | |
parent | 01933a44286fe3995f8d2145bb2195a4e7a300a4 (diff) | |
download | freebsd-ports-gnome-7f826bdabf404c6f26a502643aac07882cb0b789.tar.gz freebsd-ports-gnome-7f826bdabf404c6f26a502643aac07882cb0b789.tar.zst freebsd-ports-gnome-7f826bdabf404c6f26a502643aac07882cb0b789.zip |
patch-aa needed some modifications as well.
Diffstat (limited to 'mail')
-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" |