diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 2004-06-14 07:44:51 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 2004-06-14 07:44:51 +0000 |
commit | 8b44a9ada7024ad07368c673f0f141e03bf9b3f7 (patch) | |
tree | 1ebd60133f236763ca193734573471a3db4d6293 /www/mnogosearch31/Makefile | |
parent | 49e73ccb6475097b0dfe23c814d6b5cff4183ace (diff) | |
download | ports-8b44a9ada7024ad07368c673f0f141e03bf9b3f7.tar.gz ports-8b44a9ada7024ad07368c673f0f141e03bf9b3f7.zip |
Notes
Diffstat (limited to 'www/mnogosearch31/Makefile')
-rw-r--r-- | www/mnogosearch31/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/mnogosearch31/Makefile b/www/mnogosearch31/Makefile index 2ccf4065b0cb..b5734b0efd82 100644 --- a/www/mnogosearch31/Makefile +++ b/www/mnogosearch31/Makefile @@ -76,9 +76,9 @@ CONFIGURE_ARGS+= --with-mysql=${LOCALBASE} CONFIGURE_ARGS+= --with-built-in .else -pre-fetch: +pre-configure: @${ECHO} - @${ECHO} "One of databases should be choosed." + @${ECHO} "One of the databases should be choosed." @exit 1 .endif |