diff options
author | mbr <mbr@FreeBSD.org> | 2002-02-06 01:33:56 +0800 |
---|---|---|
committer | mbr <mbr@FreeBSD.org> | 2002-02-06 01:33:56 +0800 |
commit | a35337a988520f38b84e57fac63b025d5d97bc6e (patch) | |
tree | e4e388ff39490cc4a2737e83d1ea649ba787c3ca /www/mod_frontpage | |
parent | 626c480fbd10a27e40956946228d56deb06289df (diff) | |
download | freebsd-ports-gnome-a35337a988520f38b84e57fac63b025d5d97bc6e.tar.gz freebsd-ports-gnome-a35337a988520f38b84e57fac63b025d5d97bc6e.tar.zst freebsd-ports-gnome-a35337a988520f38b84e57fac63b025d5d97bc6e.zip |
Fix the echo message
Diffstat (limited to 'www/mod_frontpage')
-rw-r--r-- | www/mod_frontpage/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/mod_frontpage/Makefile b/www/mod_frontpage/Makefile index ccb5e93c1bcd..ebba13a1bf37 100644 --- a/www/mod_frontpage/Makefile +++ b/www/mod_frontpage/Makefile @@ -44,7 +44,7 @@ PERL_CONFIGURE= yes pre-fetch: @${ECHO} - @${ECHO} ****************************************************** + @${ECHO} "*****************************************************" @${ECHO} IMPORTANT @${ECHO} @${ECHO} This port still has some security issues. Some buffer @@ -57,7 +57,7 @@ pre-fetch: @${ECHO} FP_GID_MIN set correctly. If you think security is @${ECHO} very important for you, you shouldn't run frontpage @${ECHO} at all. - @${ECHO} ****************************************************** + @${ECHO} "*****************************************************" @${ECHO} |