summaryrefslogtreecommitdiff
path: root/print/makeindex
diff options
context:
space:
mode:
authorMichael Haro <mharo@FreeBSD.org>1999-08-28 02:17:34 +0000
committerMichael Haro <mharo@FreeBSD.org>1999-08-28 02:17:34 +0000
commit8d6f14a9b2d73e9a9cbd3f785b162547d769b53a (patch)
tree90ea645cc70e1ef2db1513c426e5aeb6eb33f840 /print/makeindex
parentln -> ${LN} (diff)
sed -> ${SED}
Notes
Notes: svn path=/head/; revision=21048
Diffstat (limited to 'print/makeindex')
-rw-r--r--print/makeindex/Makefile4
1 files changed, 2 insertions, 2 deletions
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.l >makeindex.1; \
${INSTALL_DATA} makeindex.1 ${PREFIX}/man/man1/)