diff options
author | Michael Haro <mharo@FreeBSD.org> | 1999-08-27 22:30:39 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 1999-08-27 22:30:39 +0000 |
commit | b8f8618362b39a01e2225feef7d298fb22cafe2f (patch) | |
tree | 67a28a0746219c11b5e630daec412185165d3ed9 /www/marc-search | |
parent | 3927b01845af9489e456e36e73d2511621daea90 (diff) | |
download | ports-b8f8618362b39a01e2225feef7d298fb22cafe2f.tar.gz ports-b8f8618362b39a01e2225feef7d298fb22cafe2f.zip |
Notes
Diffstat (limited to 'www/marc-search')
-rw-r--r-- | www/marc-search/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/marc-search/Makefile b/www/marc-search/Makefile index 860a3b9736cd..d3cdd19c328e 100644 --- a/www/marc-search/Makefile +++ b/www/marc-search/Makefile @@ -3,7 +3,7 @@ # Date created: 25 November 1998 # Whom: Sheldon Hearn <axl@iafrica.com> # -# $Id: Makefile,v 1.2 1999/06/21 11:07:15 sheldonh Exp $ +# $Id: Makefile,v 1.3 1999/08/23 04:23:55 mharo Exp $ # DISTNAME= marc-search.4.3 @@ -31,8 +31,8 @@ MARC_LIBS= Marc.pm Marc/Form.pm Marc/Search.pm do-configure: .if !defined(PUB_HTML) || !defined(DOCROOT) || !defined(SCRIPTDIR) - @echo "You must tailor the port Makefile and set PUB_HTML, DOCROOT," - @echo "and SCRIPTDIR to match your site configuration." + @${ECHO_MSG} "You must tailor the port Makefile and set PUB_HTML, DOCROOT," + @${ECHO_MSG} "and SCRIPTDIR to match your site configuration." @${FALSE} .else ${CP} ${FILESDIR}/marc-search.conf ${WRKSRC}/ |