diff options
author | jtb <jtb@pkgsrc.org> | 2001-04-28 23:59:17 +0000 |
---|---|---|
committer | jtb <jtb@pkgsrc.org> | 2001-04-28 23:59:17 +0000 |
commit | b97c41dde34f14e03b5985a3cf6a23aee3e7b3b4 (patch) | |
tree | 97228d7da600e4c7e4800096060fa118f9f09a60 /graphics/geomview | |
parent | a1f837e37cee66bfce1e9c82c23e458c36a64d22 (diff) | |
download | pkgsrc-b97c41dde34f14e03b5985a3cf6a23aee3e7b3b4.tar.gz |
Remove redundant echoing, quoting, and input redirection to sed.
Diffstat (limited to 'graphics/geomview')
-rw-r--r-- | graphics/geomview/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/geomview/Makefile b/graphics/geomview/Makefile index 5b92ba9d0e2..958f6112059 100644 --- a/graphics/geomview/Makefile +++ b/graphics/geomview/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2001/04/14 21:43:43 jtb Exp $ +# $NetBSD: Makefile,v 1.7 2001/04/28 23:59:18 jtb Exp $ DISTNAME= geomview-1.8.1 CATEGORIES= graphics math @@ -19,7 +19,7 @@ EVAL_PREFIX+= MESA_PREFIX=Mesa CONFIGURE_ARGS+= --without-xforms CONFIGURE_ARGS+= --with-opengl=${MESA_PREFIX} CONFIGURE_ARGS+= --with-motif=${MOTIFBASE} -CONFIGURE_ENV+= "CPPFLAGS=-Dunix -Dalloca=__builtin_alloca" +CONFIGURE_ENV+= CPPFLAGS="-Dunix -Dalloca=__builtin_alloca" INFO_FILES= geomview |