diff options
author | mharo <mharo@FreeBSD.org> | 1999-08-23 04:23:59 +0000 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 1999-08-23 04:23:59 +0000 |
commit | 0fffe45ec3833012ad0b48b6c5e642a8f1496f69 (patch) | |
tree | 6bf136d74d7389168d44584e8902dc29cd0cbdb7 /misc/tet | |
parent | 820255ee78a7121e2592cac5ced0b3b847b832c2 (diff) | |
download | FreeBSD-ports-0fffe45ec3833012ad0b48b6c5e642a8f1496f69.zip FreeBSD-ports-0fffe45ec3833012ad0b48b6c5e642a8f1496f69.tar.gz |
grep -> ${GREP}
true -> ${TRUE}
false -> ${FALSE}
Diffstat (limited to 'misc/tet')
-rw-r--r-- | misc/tet/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/misc/tet/Makefile b/misc/tet/Makefile index f5aa397..108200e 100644 --- a/misc/tet/Makefile +++ b/misc/tet/Makefile @@ -3,7 +3,7 @@ # Date created: 02 Oct 1998 # Whom: jkoshy # -# $Id: Makefile,v 1.6 1999/02/11 09:05:38 jkoshy Exp $ +# $Id: Makefile,v 1.7 1999/08/22 18:59:15 mharo Exp $ # DISTNAME= tet3.2e-unsup @@ -32,9 +32,9 @@ pre-extract: @echo "You must set it to the directory where you would like " @echo "this port to reside before attempting extraction." @echo - @false + @${FALSE} .else - @true + @${TRUE} .endif # remove the TET_ROOT directory if it exists |