From 0c761c377389bbce68789b2d6015d979faf5fd53 Mon Sep 17 00:00:00 2001 From: Clement Laforet Date: Wed, 25 Feb 2004 21:08:45 +0000 Subject: WITH_USERPREFS is now the default. Define WITHOUT_USERPREFS to disable user preferences. --- mail/ssmtp/Makefile | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'mail/ssmtp') diff --git a/mail/ssmtp/Makefile b/mail/ssmtp/Makefile index 105b00c20e31..a480d4f62558 100644 --- a/mail/ssmtp/Makefile +++ b/mail/ssmtp/Makefile @@ -31,13 +31,11 @@ TRUE= /usr/bin/true MAN8= ssmtp.8 -.if defined(WITH_USERPREFS) +.if !defined(WITHOUT_USERPREFS) CFLAGS+= -DUSERPREFS -.else pre-everything:: - @${ECHO_CMD} 'If you want to let your users set their own revalias address,' - @${ECHO_CMD} 'please define WITH_USERPREFS (they just have to put their mail' - @${ECHO_CMD} 'address in ~/.ssmtprc).' + @${ECHO_CMD} "If you don't want to let your users set their own revalias address" + @${ECHO_CMD} "(in ~/.ssmtprc), please define WITHOUT_USERPREFS." .endif post-configure: -- cgit v1.2.3