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 /math | |
parent | 820255ee78a7121e2592cac5ced0b3b847b832c2 (diff) | |
download | FreeBSD-ports-0fffe45ec3833012ad0b48b6c5e642a8f1496f69.zip FreeBSD-ports-0fffe45ec3833012ad0b48b6c5e642a8f1496f69.tar.gz |
grep -> ${GREP}
true -> ${TRUE}
false -> ${FALSE}
Diffstat (limited to 'math')
-rw-r--r-- | math/siag/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/siag/Makefile b/math/siag/Makefile index 691e994..c57c731 100644 --- a/math/siag/Makefile +++ b/math/siag/Makefile @@ -3,7 +3,7 @@ # Date created: 27 Jan 1998 # Whom: mi@aldan.algebra.com # -# $Id: Makefile,v 1.16 1999/06/25 21:30:04 cpiazza Exp $ +# $Id: Makefile,v 1.17 1999/07/04 10:43:39 obrien Exp $ # DISTNAME= siag-3.1.18 @@ -61,7 +61,7 @@ post-install: @test -e ${PREFIX}/lib/X11/app-defaults/Siag && ${ECHO} \ "It seems, you have old app-defaults file(s) from Siag.\ Consider removing it(them) if new siag fails to come up" |\ - fmt || true + fmt || ${TRUE} post-patch: # Fixing makefiles to put docs in ${LOCALBASE}/share/doc/siag |