diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2000-04-24 08:00:49 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2000-04-24 08:00:49 +0000 |
commit | 88717931fafe1ad6e4968c09b586ea439acee91f (patch) | |
tree | 915138e3e88f9a745107f599df9cda65871f53db /security/rsaref | |
parent | 15b3e5f016c3d68a8a85f3bab4262f6fdb05316d (diff) |
Notes
Diffstat (limited to 'security/rsaref')
-rw-r--r-- | security/rsaref/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/security/rsaref/Makefile b/security/rsaref/Makefile index 4171186eec4a..86657c2c49ec 100644 --- a/security/rsaref/Makefile +++ b/security/rsaref/Makefile @@ -13,7 +13,6 @@ MASTER_SITES= ftp://ftp.deva.net/pub/sources/crypto/ \ ftp://ftp.zedz.net/pub/crypto/crypto/LIBS/rsa/ \ ftp://ftp.hacktic.nl/pub/crypto/crypto/LIBS/rsa/ \ ftp://ftp.demon.net/pub/mirrors/crypto/replay/crypto/LIBS/rsa/ \ - ftp://ftp.jyu.fi/.3/ftp.zedz.net/pub/replay/crypto/LIBS/rsa/ \ ftp://ftp.funet.fi/pub/mirrors/utopia.hacktic.nl/crypto/LIBS/rsa/ \ ftp://ftp.fu-berlin.de/unix/security/replay-mirror/crypto/LIBS/rsa/ DISTNAME= rsaref20.1996 @@ -43,7 +42,7 @@ do-install: .endfor ${INSTALL_DATA} ${WRKSRC}/librsaref.a ${WRKSRC}/librsaref.so.2 \ ${PREFIX}/lib - ln -sf librsaref.so.2 ${PREFIX}/lib/librsaref.so + ${LN} -sf librsaref.so.2 ${PREFIX}/lib/librsaref.so ${LDCONFIG} -m ${PREFIX}/lib .if !defined(NOPORTDOCS) @${MKDIR} ${PREFIX}/share/doc/rsaref |