aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authoranders <anders@FreeBSD.org>2013-09-05 04:27:13 +0800
committeranders <anders@FreeBSD.org>2013-09-05 04:27:13 +0800
commit9c765162b6a1c363d26ded151e5e268e3f9f6838 (patch)
treebb1e3c9d188c4b212d914b0d7f8943254baceacb /mail
parentc815f77d6d49e154ccbd2e8ec27d69fdefef926d (diff)
downloadfreebsd-ports-gnome-9c765162b6a1c363d26ded151e5e268e3f9f6838.tar.gz
freebsd-ports-gnome-9c765162b6a1c363d26ded151e5e268e3f9f6838.tar.zst
freebsd-ports-gnome-9c765162b6a1c363d26ded151e5e268e3f9f6838.zip
Remove no parameter for --yesno which does not work in 9.x
Submitted by: jhs@FreeBSD.ORG PR: 179925
Diffstat (limited to 'mail')
-rw-r--r--mail/majordomo/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/majordomo/Makefile b/mail/majordomo/Makefile
index c92395e9b675..356cadd239fd 100644
--- a/mail/majordomo/Makefile
+++ b/mail/majordomo/Makefile
@@ -30,7 +30,7 @@ DOCSDIR= ${PREFIX}/${PORTNAME}/doc
pre-fetch:
.if !defined(BATCH) && !defined(PACKAGE_BUILDING)
- ${DIALOG} --yesno "WARNING: Majordomo is a really old mail list manager. The last version was released in january 2000, and there does not seem to be any updates coming. You might want to consider using mailman instead. Are you sure you want to install majordomo?" 8 70 no || ${FALSE}
+ ${DIALOG} --yesno "WARNING: Majordomo is a really old mail list manager. The last version was released in january 2000, and there does not seem to be any updates coming. You might want to consider using mailman instead. Are you sure you want to install majordomo?" 8 70 || ${FALSE}
.endif
post-patch: