diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-09-27 01:01:08 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-09-27 01:01:08 +0000 |
commit | f07f504808239f4dd6005f79bb145e49b4947c11 (patch) | |
tree | 7811629449e2414bae88ea387269ba55abd90884 /www/rt2 | |
parent | a58129d3de9c98ef3845e22d350633da5e5e4a75 (diff) | |
download | ports-f07f504808239f4dd6005f79bb145e49b4947c11.tar.gz ports-f07f504808239f4dd6005f79bb145e49b4947c11.zip |
Notes
Diffstat (limited to 'www/rt2')
-rw-r--r-- | www/rt2/Makefile | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/www/rt2/Makefile b/www/rt2/Makefile index afe003bb9081..91f58655ec8c 100644 --- a/www/rt2/Makefile +++ b/www/rt2/Makefile @@ -111,18 +111,18 @@ MAN3= RT::Links.3 \ RT::ACL.3 \ RT::Attachments.3 -pre-fetch: - @${ECHO} "" - @${ECHO} "You may use the following build options:" - @${ECHO} "" - @${ECHO} " DB_DBA_PASSWORD=password Your password of MySQL root ();" - @${ECHO} " DB_HOST=hostname Where MySQL resident (localhost);" - @${ECHO} " DB_RT_PASS=password Your password of MySQL RT user (rt_pass);" - @${ECHO} " DB_TYPE=type Pg for postgresql, mysql for MySQL (mysql);" - @${ECHO} " INSTALL_NEW Install a fresh port, otherwise just upgrade;" - @${ECHO} "" - @${ECHO} "IMPORTANT!!! If you want to install a fresh new port, define INSTALL_NEW to do so, otherwise this port just do a upgrade." - @${ECHO} "" +pre-everything:: + @${ECHO_MSG} "" + @${ECHO_MSG} "You may use the following build options:" + @${ECHO_MSG} "" + @${ECHO_MSG} " DB_DBA_PASSWORD=password Your password of MySQL root ();" + @${ECHO_MSG} " DB_HOST=hostname Where MySQL resident (localhost);" + @${ECHO_MSG} " DB_RT_PASS=password Your password of MySQL RT user (rt_pass);" + @${ECHO_MSG} " DB_TYPE=type Pg for postgresql, mysql for MySQL (mysql);" + @${ECHO_MSG} " INSTALL_NEW Install a fresh port, otherwise just upgrade;" + @${ECHO_MSG} "" + @${ECHO_MSG} "IMPORTANT!!! If you want to install a fresh new port, define INSTALL_NEW to do so, otherwise this port just do a upgrade." + @${ECHO_MSG} "" post-patch: .for _FILE in tools/testdeps |