View | Details | Raw Unified | Return to bug 75145
Collapse All | Expand All

(-)mlmmj/Makefile (+1 lines)
Lines 7-12 Link Here
7
7
8
PORTNAME=	mlmmj
8
PORTNAME=	mlmmj
9
PORTVERSION=	1.1.0
9
PORTVERSION=	1.1.0
10
PORTREVISION=	1
10
CATEGORIES=	mail
11
CATEGORIES=	mail
11
MASTER_SITES=	http://mlmmj.mmj.dk/files/
12
MASTER_SITES=	http://mlmmj.mmj.dk/files/
12
13
(-)mlmmj/files/patch-mlmmj-make-ml.sh (-2 / +2 lines)
Lines 13-22 Link Here
13
 echo "$OWNER" > "$LISTDIR"/"control/owner"
13
 echo "$OWNER" > "$LISTDIR"/"control/owner"
14
 
14
 
15
-echo -n "The path to texts for the list? (listtexts/ dir in the src) [] : "
15
-echo -n "The path to texts for the list? (listtexts/ dir in the src) [] : "
16
+echo -n "The path to texts for the list? (listtexts/ dir in the src) [$PREFIX/share/mlmmj/listtexts] : "
16
+echo -n "The path to texts for the list? (listtexts/ dir in the src) [$PREFIX/share/mlmmj/text.skel] : "
17
 read TEXTPATH
17
 read TEXTPATH
18
+if [ -z "$TEXTPATH" ]; then
18
+if [ -z "$TEXTPATH" ]; then
19
+	TEXTPATH="$PREFIX/share/mlmmj/listtexts"
19
+	TEXTPATH="$PREFIX/share/mlmmj/text.skel"
20
+fi
20
+fi
21
 if [ -z "$TEXTPATH" -o ! -d "$TEXTPATH" ]; then
21
 if [ -z "$TEXTPATH" -o ! -d "$TEXTPATH" ]; then
22
 	echo "**NOTE** Could not copy the texts for the list"
22
 	echo "**NOTE** Could not copy the texts for the list"

Return to bug 75145