diff options
author | Volker Stolz <vs@FreeBSD.org> | 2004-12-17 12:41:29 +0000 |
---|---|---|
committer | Volker Stolz <vs@FreeBSD.org> | 2004-12-17 12:41:29 +0000 |
commit | f583791f11128cea5b66106065dc810a5d232c58 (patch) | |
tree | 7019366390642d48707bf9926aeb07fccefbe5af /mail/mlmmj | |
parent | Introduce new variable MASTER_SITE_INDEX, to allow mirroring of (diff) |
Update path to the listtext directory
PR: ports/75145
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=124304
Diffstat (limited to 'mail/mlmmj')
-rw-r--r-- | mail/mlmmj/Makefile | 1 | ||||
-rw-r--r-- | mail/mlmmj/files/patch-mlmmj-make-ml.sh | 4 |
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" |