diff options
author | Michael Haro <mharo@FreeBSD.org> | 1999-08-28 01:58:05 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 1999-08-28 01:58:05 +0000 |
commit | af5f314286ac9e406765f8c4bdc4a1cad6826c8e (patch) | |
tree | 656442e4eb4e7a3efb0e0b1776eb4220f3f5ba72 /print | |
parent | echo -> ${ECHO}/${ECHO_MSG} (diff) |
ln -> ${LN}
Notes
Notes:
svn path=/head/; revision=21047
Diffstat (limited to 'print')
-rw-r--r-- | print/texinfo/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/texinfo/Makefile b/print/texinfo/Makefile index a3811e71a6e6..b553eaba6f12 100644 --- a/print/texinfo/Makefile +++ b/print/texinfo/Makefile @@ -3,7 +3,7 @@ # Date created: 2 October 1994 # Whom: jmz # -# $Id: Makefile,v 1.14 1999/02/01 22:11:18 asami Exp $ +# $Id: Makefile,v 1.15 1999/08/22 18:59:47 mharo Exp $ # DISTNAME= texinfo @@ -36,6 +36,6 @@ do-install: ${INSTALL_DATA} ${WRKDIR}/lcircle10.tfm \ ${PREFIX}/share/texmf/fonts/tfm/;\ fi - @(cd ${PREFIX}/bin/; ${RM} -f texinfo; ln -s virtex texinfo) + @(cd ${PREFIX}/bin/; ${RM} -f texinfo; ${LN} -s virtex texinfo) .include <bsd.port.mk> |