diff options
author | Yen-Ming Lee <leeym@FreeBSD.org> | 2004-06-03 08:42:28 +0000 |
---|---|---|
committer | Yen-Ming Lee <leeym@FreeBSD.org> | 2004-06-03 08:42:28 +0000 |
commit | aa738525df8e847b261e61963bca913b580555e1 (patch) | |
tree | 3bd58526874cbd6bfab4425492429d4ee5693f29 /mail | |
parent | - Mark BROKEN: Conflicts with x11-toolkits/fox-devel version (diff) |
fix message about suid perl
Noticed by: openwebmail@turtle.ee.ncku.edu.tw
Notes
Notes:
svn path=/head/; revision=110739
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 |