diff options
author | anders <anders@FreeBSD.org> | 2013-09-05 04:27:13 +0800 |
---|---|---|
committer | anders <anders@FreeBSD.org> | 2013-09-05 04:27:13 +0800 |
commit | 9c765162b6a1c363d26ded151e5e268e3f9f6838 (patch) | |
tree | bb1e3c9d188c4b212d914b0d7f8943254baceacb /mail | |
parent | c815f77d6d49e154ccbd2e8ec27d69fdefef926d (diff) | |
download | freebsd-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/Makefile | 2 |
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: |