ports/56855: Update port: www/udmsearch
KATO Tsuguru
tkato at prontomail.com
Sun Sep 14 07:03:03 UTC 2003
>Number: 56855
>Category: ports
>Synopsis: Update port: www/udmsearch
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: change-request
>Submitter-Id: current-users
>Arrival-Date: Sun Sep 14 00:01:10 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator: KATO Tsuguru
>Release: FreeBSD 4.8-RELEASE-p3 i386
>Organization:
>Environment:
>Description:
- ECHO -> ECHO_MSG
- pre-fetch -> pre-everything
>How-To-Repeat:
>Fix:
diff -urN /usr/ports/www/udmsearch/Makefile www/udmsearch/Makefile
--- /usr/ports/www/udmsearch/Makefile Fri Aug 29 02:58:32 2003
+++ www/udmsearch/Makefile Sun Sep 14 14:05:10 2003
@@ -40,15 +40,15 @@
USE_MYSQL= YES
CONFIGURE_ARGS+= --with-mysql=${LOCALBASE}
+pre-everything::
.if !defined(WITH_MYSQL)
-pre-fetch:
- @${ECHO}
- @${ECHO} "Defaulting to udmsearch with mysql support."
- @${ECHO}
- @${ECHO} "You may alternately build udmsearch with either msql or"
- @${ECHO} "postgresql support by invoking make with WITH_MSQL=yes or"
- @${ECHO} "WITH_PGSQL=yes respectively."
- @${ECHO}
+ @${ECHO_MSG}
+ @${ECHO_MSG} "Defaulting to udmsearch with mysql support."
+ @${ECHO_MSG}
+ @${ECHO_MSG} "You may alternately build udmsearch with either msql or"
+ @${ECHO_MSG} "postgresql support by invoking make with WITH_MSQL=yes or"
+ @${ECHO_MSG} "WITH_PGSQL=yes respectively."
+ @${ECHO_MSG}
.endif
.endif
@@ -61,7 +61,7 @@
@${INSTALL_DATA} ${WRKSRC}/INSTALL ${PREFIX}/share/doc/udmsearch
@strip ${PREFIX}/sbin/indexer
@strip ${PREFIX}/share/udmsearch/search.cgi
- @${ECHO}
+ @${ECHO_MSG}
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list