diff options
author | ache <ache@FreeBSD.org> | 2004-06-14 15:44:51 +0800 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 2004-06-14 15:44:51 +0800 |
commit | 1d38d829e291cefb5fe79240b7d9ea9c3632e65c (patch) | |
tree | f86f6d25af300f38583393e0d3b31c491a8fc990 /www | |
parent | d798d7e24f189fe3a361f5e4f6e6ff50d81d37cd (diff) | |
download | freebsd-ports-gnome-1d38d829e291cefb5fe79240b7d9ea9c3632e65c.tar.gz freebsd-ports-gnome-1d38d829e291cefb5fe79240b7d9ea9c3632e65c.tar.zst freebsd-ports-gnome-1d38d829e291cefb5fe79240b7d9ea9c3632e65c.zip |
Issue missing DB specs error at pre-configure stage, allowing all previous.
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 |