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 /math/siag/Makefile | |
parent | Upgrade to zircon-1.18.223 (diff) |
grep -> ${GREP}
true -> ${TRUE}
false -> ${FALSE}
Notes
Notes:
svn path=/head/; revision=20902
Diffstat (limited to 'math/siag/Makefile')
-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 691e994bfb62..c57c731957d0 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 |