aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authorvs <vs@FreeBSD.org>2004-12-17 20:41:29 +0800
committervs <vs@FreeBSD.org>2004-12-17 20:41:29 +0800
commitf633114711aba48c05eaf37599933e4defaf27d9 (patch)
tree41a031aa7d9d930eae3bf07f02d89d901b492a4a /mail
parent7e821d6437ebb94fd25f3e01670b8e8c10949c42 (diff)
downloadfreebsd-ports-gnome-f633114711aba48c05eaf37599933e4defaf27d9.tar.gz
freebsd-ports-gnome-f633114711aba48c05eaf37599933e4defaf27d9.tar.zst
freebsd-ports-gnome-f633114711aba48c05eaf37599933e4defaf27d9.zip
Update path to the listtext directory
PR: ports/75145 Submitted by: maintainer
Diffstat (limited to 'mail')
-rw-r--r--mail/mlmmj/Makefile1
-rw-r--r--mail/mlmmj/files/patch-mlmmj-make-ml.sh4
2 files changed, 3 insertions, 2 deletions
diff --git a/mail/mlmmj/Makefile b/mail/mlmmj/Makefile
index 9ee84718b097..b980ede8681b 100644
--- a/mail/mlmmj/Makefile
+++ b/mail/mlmmj/Makefile
@@ -7,6 +7,7 @@
PORTNAME= mlmmj
PORTVERSION= 1.1.0
+PORTREVISION= 1
CATEGORIES= mail
MASTER_SITES= http://mlmmj.mmj.dk/files/
diff --git a/mail/mlmmj/files/patch-mlmmj-make-ml.sh b/mail/mlmmj/files/patch-mlmmj-make-ml.sh
index 4806bb3ba05c..9802c175ca06 100644
--- a/mail/mlmmj/files/patch-mlmmj-make-ml.sh
+++ b/mail/mlmmj/files/patch-mlmmj-make-ml.sh
@@ -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"