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 | 17314cf2c355c83b78c65fb1fa52027a3db2ca2a (diff) | |
download | ports-af5f314286ac9e406765f8c4bdc4a1cad6826c8e.tar.gz ports-af5f314286ac9e406765f8c4bdc4a1cad6826c8e.zip |
Notes
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> |