diff options
author | leeym <leeym@FreeBSD.org> | 2004-06-03 16:42:28 +0800 |
---|---|---|
committer | leeym <leeym@FreeBSD.org> | 2004-06-03 16:42:28 +0800 |
commit | b2b9ddb2de008ca633abfe2b489c8b21b90b4a14 (patch) | |
tree | c3b048fa786ae56bea2a9023b5968c0e1f7918ac /mail | |
parent | 0b6ff2efe5ae767311e0450f724fab15d5a4b4ce (diff) | |
download | freebsd-ports-gnome-b2b9ddb2de008ca633abfe2b489c8b21b90b4a14.tar.gz freebsd-ports-gnome-b2b9ddb2de008ca633abfe2b489c8b21b90b4a14.tar.zst freebsd-ports-gnome-b2b9ddb2de008ca633abfe2b489c8b21b90b4a14.zip |
fix message about suid perl
Noticed by: openwebmail@turtle.ee.ncku.edu.tw
Diffstat (limited to 'mail')
-rw-r--r-- | mail/openwebmail/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/openwebmail/Makefile b/mail/openwebmail/Makefile index 76992d45b913..d053e6205671 100644 --- a/mail/openwebmail/Makefile +++ b/mail/openwebmail/Makefile @@ -77,7 +77,7 @@ pre-fetch: .if ${PERL_LEVEL} > 500800 @${ECHO} "" @${ECHO} "WARNING:" - @${ECHO} "Please make sure that your PERL is built with -DSUIDPERL_ENABLED," + @${ECHO} "Please make sure that your PERL is built with -DENABLE_SUIDPERL," @${ECHO} "otherwise please build openwebmail with WITHOUT_SPEEDYCGI=yes" @${ECHO} "" .endif |