summaryrefslogtreecommitdiff
path: root/www/rt2
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2003-09-27 01:01:08 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2003-09-27 01:01:08 +0000
commitf07f504808239f4dd6005f79bb145e49b4947c11 (patch)
tree7811629449e2414bae88ea387269ba55abd90884 /www/rt2
parent- ECHO -> ECHO_MSG (diff)
KATO mega patch
- ECHO -> ECHO_MSG For some ports: - pre-fetch -> pre-everything - ECHO -> ECHO_CMD PR: ports/56820-56858 Submitted by: KATO Tsuguru <tkato@prontomail.com>
Notes
Notes: svn path=/head/; revision=89492
Diffstat (limited to 'www/rt2')
-rw-r--r--www/rt2/Makefile24
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