diff options
author | Andreas Klemm <andreas@FreeBSD.org> | 1997-08-13 18:56:49 +0000 |
---|---|---|
committer | Andreas Klemm <andreas@FreeBSD.org> | 1997-08-13 18:56:49 +0000 |
commit | e74bd78238efd4253a2808b6f89c9d904a9194b8 (patch) | |
tree | d550e8fcaadadd2cefe000b7690b4eb4bdc495e4 /mail/majorcool | |
parent | d15f2186e83f58e26c02cc7fbf8983c4a1f91726 (diff) | |
download | ports-e74bd78238efd4253a2808b6f89c9d904a9194b8.tar.gz ports-e74bd78238efd4253a2808b6f89c9d904a9194b8.zip |
Notes
Diffstat (limited to 'mail/majorcool')
-rw-r--r-- | mail/majorcool/Makefile | 9 | ||||
-rw-r--r-- | mail/majorcool/files/patch-aa | 39 |
2 files changed, 45 insertions, 3 deletions
diff --git a/mail/majorcool/Makefile b/mail/majorcool/Makefile index c2a993e7f458..a8cb7f37aac2 100644 --- a/mail/majorcool/Makefile +++ b/mail/majorcool/Makefile @@ -1,20 +1,23 @@ # New ports collection makefile for: majorcool -# Version required: unknown +# Version required: 1.1.0 # Date created: Wed Aug 13 18:34:14 CEST 1997 # Whom: Andreas Klemm <andreas@klemm.gtn.com> # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1997/08/13 18:32:48 andreas Exp $ # DISTNAME= majorcool +PKGNAME= majorcool-1.1.0 CATEGORIES= mail MASTER_SITES= http://ncrinfo.ncr.com/pub/contrib/unix/MajorCool/ -WRKSRC= ${WRKDIR} MAINTAINER= andreas@FreeBSD.ORG +RUN_DEPENDS= perl5.00401:${PORTSDIR}/lang/perl5 + NO_BUILD= yes NO_PACKAGE= "Too many questions" +WRKSRC= ${WRKDIR} do-install: ( cd ${WRKSRC}; ${SH} Configure ) diff --git a/mail/majorcool/files/patch-aa b/mail/majorcool/files/patch-aa new file mode 100644 index 000000000000..8938ffabe920 --- /dev/null +++ b/mail/majorcool/files/patch-aa @@ -0,0 +1,39 @@ +--- Configure.orig Wed Aug 13 20:41:47 1997 ++++ Configure Wed Aug 13 20:45:03 1997 +@@ -104,15 +104,15 @@ + # 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=/usr/local/majordomo # Majordomo home directory + DOMO_CONF= # Majordomo configuration file + DOMO_VERSION= # Majordomo version number +-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_IMGDIR= # Web server images directory + WEB_IMGURL= # 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 + [ -n "$ans" ] && WEB_FOOTER=$ans + +-[ "$COOL_HELPFILE" ] || COOL_HELPFILE="/majorcool.htm" ++[ "$COOL_HELPFILE" ] || COOL_HELPFILE="/majorcool.html" + cat <<EOM + + MajorCool needs to place it's Help file somewhere on the Web server. +@@ -668,7 +668,7 @@ + Cache file name for each end-user "personality" you install. + EOM + +- [ "$COOL_CACHE" ] || COOL_CACHE="$DOMO_DIR/.majordomo_keys" ++ [ "$COOL_CACHE" ] || COOL_CACHE="$DOMO_DIR/tmp/.majordomo_keys" + while : ; do + echo " " + echo "Where do you want to keep the Key Cache file?" |