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 /chinese | |
parent | echo -> ${ECHO}/${ECHO_MSG} (diff) |
ln -> ${LN}
Notes
Notes:
svn path=/head/; revision=21047
Diffstat (limited to 'chinese')
-rw-r--r-- | chinese/celvis/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/chinese/celvis/Makefile b/chinese/celvis/Makefile index 8faba7885af9..c8cb58fccf67 100644 --- a/chinese/celvis/Makefile +++ b/chinese/celvis/Makefile @@ -23,12 +23,12 @@ MAN1= celvis.1 do-install: @# install target in celvis Makefile is not too good -- this is easier ${INSTALL_PROGRAM} ${WRKSRC}/celvis ${WRKSRC}/virec ${PREFIX}/bin - ln -sf ${PREFIX}/bin/celvis ${PREFIX}/bin/cvi + ${LN} -sf ${PREFIX}/bin/celvis ${PREFIX}/bin/cvi ${INSTALL_MAN} ${FILESDIR}/celvis.1 ${PREFIX}/man/man1/celvis.1 .if !defined{NOMANCOMPRESS} - ln -sf ${PREFIX}/man/man1/celvis.1.gz ${PREFIX}/man/man1/cvi.1.gz + ${LN} -sf ${PREFIX}/man/man1/celvis.1.gz ${PREFIX}/man/man1/cvi.1.gz .else - ln -sf ${PREFIX}/man/man1/celvis.1 ${PREFIX}/man/man1/cvi.1 + ${LN} -sf ${PREFIX}/man/man1/celvis.1 ${PREFIX}/man/man1/cvi.1 .endif .include <bsd.port.mk> |