From 8d6f14a9b2d73e9a9cbd3f785b162547d769b53a Mon Sep 17 00:00:00 2001 From: Michael Haro Date: Sat, 28 Aug 1999 02:17:34 +0000 Subject: sed -> ${SED} --- print/makeindex/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'print/makeindex') diff --git a/print/makeindex/Makefile b/print/makeindex/Makefile index ca9e5a594a91..11dcb1425bb2 100644 --- a/print/makeindex/Makefile +++ b/print/makeindex/Makefile @@ -3,7 +3,7 @@ # Date created: 12 October 1994 # Whom: jmz # -# $Id: Makefile,v 1.10 1996/11/22 11:11:38 asami Exp $ +# $Id: Makefile,v 1.11 1997/02/18 16:57:16 jmz Exp $ # DISTNAME= makeindex-3.0.8 @@ -25,7 +25,7 @@ do-install: @(cd ${WRKSRC}/src-3.0/regexp; make) @(cd ${WRKSRC}/src-3.0; make install) @(cd ${WRKSRC}/doc; \ - sed -e s:/usr/local/lib/tex/macros/:${PREFIX}/share/texmf/makeindx/: \ + ${SED} -e s:/usr/local/lib/tex/macros/:${PREFIX}/share/texmf/makeindx/: \ makeindex.1; \ ${INSTALL_DATA} makeindex.1 ${PREFIX}/man/man1/) -- cgit v1.2.3