aboutsummaryrefslogtreecommitdiffstats
path: root/www/marc-search
diff options
context:
space:
mode:
authormharo <mharo@FreeBSD.org>1999-08-23 12:23:59 +0800
committermharo <mharo@FreeBSD.org>1999-08-23 12:23:59 +0800
commit0fffe45ec3833012ad0b48b6c5e642a8f1496f69 (patch)
tree6bf136d74d7389168d44584e8902dc29cd0cbdb7 /www/marc-search
parent820255ee78a7121e2592cac5ced0b3b847b832c2 (diff)
downloadfreebsd-ports-gnome-0fffe45ec3833012ad0b48b6c5e642a8f1496f69.tar.gz
freebsd-ports-gnome-0fffe45ec3833012ad0b48b6c5e642a8f1496f69.tar.zst
freebsd-ports-gnome-0fffe45ec3833012ad0b48b6c5e642a8f1496f69.zip
grep -> ${GREP}
true -> ${TRUE} false -> ${FALSE}
Diffstat (limited to 'www/marc-search')
-rw-r--r--www/marc-search/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/marc-search/Makefile b/www/marc-search/Makefile
index e49786530370..860a3b9736cd 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.1.1.1 1998/12/01 02:15:41 jkoshy Exp $
+# $Id: Makefile,v 1.2 1999/06/21 11:07:15 sheldonh Exp $
#
DISTNAME= marc-search.4.3
@@ -33,7 +33,7 @@ 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."
- @false
+ @${FALSE}
.else
${CP} ${FILESDIR}/marc-search.conf ${WRKSRC}/
for i in marc-search.cgi marc-search.conf ; do \