diff options
author | wiz <wiz@pkgsrc.org> | 2000-01-09 01:32:55 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2000-01-09 01:32:55 +0000 |
commit | 5f1ac8d5a84cd44e849f40da489e0b7acbb42f85 (patch) | |
tree | 6f7ba0b3ac10507994db28967a28de956cbe2f16 /math | |
parent | b1b6f049bc26775a06d93c0a799adbb2306e46f3 (diff) | |
download | pkgsrc-5f1ac8d5a84cd44e849f40da489e0b7acbb42f85.tar.gz |
space removed
Diffstat (limited to 'math')
-rw-r--r-- | math/octave/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/octave/Makefile b/math/octave/Makefile index 1cb8757cc4c..d192dc61a3e 100644 --- a/math/octave/Makefile +++ b/math/octave/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 1999/12/16 15:42:54 dmcmahill Exp $ +# $NetBSD: Makefile,v 1.14 2000/01/09 01:32:55 wiz Exp $ # FreeBSD Id: Makefile,v 1.18 1998/09/27 20:10:45 steve Exp DISTNAME= octave-2.0.13 @@ -41,7 +41,7 @@ post-install: .include "../../mk/bsd.prefs.mk" -GCC_VERSION!= ${CC} --version +GCC_VERSION!= ${CC} --version post-patch: .if (${GCC_VERSION:C/-.*$$//} == egcs) |