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 /archivers/bzip | |
parent | echo -> ${ECHO}/${ECHO_MSG} (diff) |
ln -> ${LN}
Notes
Notes:
svn path=/head/; revision=21047
Diffstat (limited to 'archivers/bzip')
-rw-r--r-- | archivers/bzip/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archivers/bzip/Makefile b/archivers/bzip/Makefile index 5d9092c4aa3c..536736e84c76 100644 --- a/archivers/bzip/Makefile +++ b/archivers/bzip/Makefile @@ -21,7 +21,7 @@ pre-install: do-install: ${RM} -f ${PREFIX}/bin/bzip ${PREFIX}/bin/bunzip ${INSTALL_PROGRAM} ${WRKSRC}/bzip ${PREFIX}/bin/bzip - ln -fs ${PREFIX}/bin/bzip ${PREFIX}/bin/bunzip + ${LN} -fs ${PREFIX}/bin/bzip ${PREFIX}/bin/bunzip ${INSTALL_MAN} ${WRKSRC}/bzip.1 ${PREFIX}/man/man1/bzip.1 ${INSTALL_MAN} ${WRKSRC}/bzip.1 ${PREFIX}/man/man1/bunzip.1 |