diff -urN /usr/ports/mail/mlmmj/Makefile mlmmj/Makefile --- /usr/ports/mail/mlmmj/Makefile Sat Dec 4 21:21:55 2004 +++ mlmmj/Makefile Thu Dec 16 13:06:51 2004 @@ -7,6 +7,7 @@ PORTNAME= mlmmj PORTVERSION= 1.1.0 +PORTREVISION= 1 CATEGORIES= mail MASTER_SITES= http://mlmmj.mmj.dk/files/ diff -urN /usr/ports/mail/mlmmj/files/patch-mlmmj-make-ml.sh mlmmj/files/patch-mlmmj-make-ml.sh --- /usr/ports/mail/mlmmj/files/patch-mlmmj-make-ml.sh Mon Jun 28 11:39:24 2004 +++ mlmmj/files/patch-mlmmj-make-ml.sh Thu Dec 16 13:06:51 2004 @@ -13,10 +13,10 @@ echo "$OWNER" > "$LISTDIR"/"control/owner" -echo -n "The path to texts for the list? (listtexts/ dir in the src) [] : " -+echo -n "The path to texts for the list? (listtexts/ dir in the src) [$PREFIX/share/mlmmj/listtexts] : " ++echo -n "The path to texts for the list? (listtexts/ dir in the src) [$PREFIX/share/mlmmj/text.skel] : " read TEXTPATH +if [ -z "$TEXTPATH" ]; then -+ TEXTPATH="$PREFIX/share/mlmmj/listtexts" ++ TEXTPATH="$PREFIX/share/mlmmj/text.skel" +fi if [ -z "$TEXTPATH" -o ! -d "$TEXTPATH" ]; then echo "**NOTE** Could not copy the texts for the list"