diff options
Diffstat (limited to 'www')
| -rw-r--r-- | www/marc-search/Makefile | 4 | ||||
| -rw-r--r-- | www/netscape4-communicator.us/Makefile | 6 | ||||
| -rw-r--r-- | www/squirm/Makefile | 4 |
3 files changed, 7 insertions, 7 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 \ diff --git a/www/netscape4-communicator.us/Makefile b/www/netscape4-communicator.us/Makefile index d2acc2ca14b6..f9977c2344ea 100644 --- a/www/netscape4-communicator.us/Makefile +++ b/www/netscape4-communicator.us/Makefile @@ -4,7 +4,7 @@ # Date created: 14 Feb 1998 # Whom: obrien@cs.ucdavis.edu # -# $Id: Makefile,v 1.10 1999/07/21 14:55:43 marcel Exp $ +# $Id: Makefile,v 1.11 1999/08/22 19:00:45 mharo Exp $ # DISTNAME= communicator-v407-us.x86-unknown-linux2.0_libc5 @@ -37,7 +37,7 @@ pre-fetch: @${ECHO} Canadian resident, in order to build this package. @${ECHO} There is no version of this port for NON-USA and NON-Canadian users. @${ECHO} - @false + @${FALSE} # .elif defined(USA_RESIDENT) .if ${USA_RESIDENT} == YES || ${USA_RESIDENT} == yes @@ -51,7 +51,7 @@ pre-fetch: @${ECHO} @${ECHO} There is no version of this port for NON-USA and NON-Canadian users. @${ECHO} - @false + @${FALSE} .endif .endif diff --git a/www/squirm/Makefile b/www/squirm/Makefile index 2b8b7f6137b8..caa30ac29fa5 100644 --- a/www/squirm/Makefile +++ b/www/squirm/Makefile @@ -3,7 +3,7 @@ # Date created: 24 May 1999 # Whom: Maxim Sobolev <sobomax@altavista.net> # -# $Id: Makefile,v 1.1.1.1 1999/06/09 01:39:19 steve Exp $ +# $Id: Makefile,v 1.2 1999/06/30 19:27:17 steve Exp $ # DISTNAME= squirm-1.0betaB @@ -36,7 +36,7 @@ pre-install: @echo 'You should set SQUID_UID and SQUID_GID variables to your squid effective' @echo 'user/group. For example: SQUID_UID=squid SQUID_GID=squid.' @echo - @false + @${FALSE} .endif post-install: |
