diff options
| author | Michael Haro <mharo@FreeBSD.org> | 1999-08-23 04:23:59 +0000 |
|---|---|---|
| committer | Michael Haro <mharo@FreeBSD.org> | 1999-08-23 04:23:59 +0000 |
| commit | 535add65ac98d0ca871df3e8438ff56ba9129bcc (patch) | |
| tree | 760c5b47c254af152605b0ddb356af68f100067f /www/squirm | |
| parent | cf82726b69e5f993c5b9268a80d7dfc84ac09b31 (diff) | |
grep -> ${GREP}
true -> ${TRUE}
false -> ${FALSE}
Diffstat (limited to 'www/squirm')
| -rw-r--r-- | www/squirm/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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: |
