aboutsummaryrefslogtreecommitdiff
path: root/devel/fastcrc/Makefile
diff options
context:
space:
mode:
authorMichael Haro <mharo@FreeBSD.org>1999-08-28 01:58:05 +0000
committerMichael Haro <mharo@FreeBSD.org>1999-08-28 01:58:05 +0000
commitaf5f314286ac9e406765f8c4bdc4a1cad6826c8e (patch)
tree656442e4eb4e7a3efb0e0b1776eb4220f3f5ba72 /devel/fastcrc/Makefile
parent17314cf2c355c83b78c65fb1fa52027a3db2ca2a (diff)
downloadports-af5f314286ac9e406765f8c4bdc4a1cad6826c8e.tar.gz
ports-af5f314286ac9e406765f8c4bdc4a1cad6826c8e.zip
ln -> ${LN}
Notes
Notes: svn path=/head/; revision=21047
Diffstat (limited to 'devel/fastcrc/Makefile')
-rw-r--r--devel/fastcrc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/fastcrc/Makefile b/devel/fastcrc/Makefile
index 30e5965f2a92..ab7b04dbef27 100644
--- a/devel/fastcrc/Makefile
+++ b/devel/fastcrc/Makefile
@@ -18,7 +18,7 @@ ONLY_FOR_ARCHS= i386
do-install:
${INSTALL_DATA} ${WRKSRC}/libfcrc.so.1 ${PREFIX}/lib
- ln -fs ${PREFIX}/lib/libfcrc.so.1 ${PREFIX}/lib/libfcrc.so
+ ${LN} -fs ${PREFIX}/lib/libfcrc.so.1 ${PREFIX}/lib/libfcrc.so
${INSTALL_DATA} ${WRKSRC}/fastcrc.h ${PREFIX}/include
${MKDIR} ${PREFIX}/share/doc/fastcrc
${INSTALL_MAN} ${WRKSRC}/index.html ${PREFIX}/share/doc/fastcrc