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 /math/tela | |
parent | a1f837e37cee66bfce1e9c82c23e458c36a64d22 (diff) | |
download | pkgsrc-b97c41dde34f14e03b5985a3cf6a23aee3e7b3b4.tar.gz |
Remove redundant echoing, quoting, and input redirection to sed.
Diffstat (limited to 'math/tela')
-rw-r--r-- | math/tela/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/math/tela/Makefile b/math/tela/Makefile index db1010cd38e..1a4f74bfae4 100644 --- a/math/tela/Makefile +++ b/math/tela/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2001/04/24 23:43:02 jtb Exp $ +# $NetBSD: Makefile,v 1.8 2001/04/28 23:59:21 jtb Exp $ DISTNAME= tela-1.32 CATEGORIES= math @@ -25,8 +25,8 @@ USE_X11= #defined INSTALL_TARGET= install installdocs -CONFIGURE_ENV+= "INSTALLATION_PREFIX=${PREFIX}/share/tela" -CONFIGURE_ENV+= "ARCHDEP_INSTALLATION_PREFIX=${PREFIX}/lib/tela" +CONFIGURE_ENV+= INSTALLATION_PREFIX="${PREFIX}/share/tela" +CONFIGURE_ENV+= ARCHDEP_INSTALLATION_PREFIX="${PREFIX}/lib/tela" pre-configure: @for f in ${WRKSRC}/t/demo.t ${WRKSRC}/t/docview.t \ |