diff options
Diffstat (limited to 'www')
-rw-r--r-- | www/mnogosearch/Makefile | 4 | ||||
-rw-r--r-- | www/mnogosearch31/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/www/mnogosearch/Makefile b/www/mnogosearch/Makefile index 2ccf4065b0cb..b5734b0efd82 100644 --- a/www/mnogosearch/Makefile +++ b/www/mnogosearch/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 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 |