From 8ce2d6a290d984a664c6c73ddca76eba83550e6d Mon Sep 17 00:00:00 2001 From: kris Date: Mon, 24 Apr 2000 08:00:49 +0000 Subject: Remove a dead MASTER_SITE and portlint a bit. --- security/rsaref/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'security/rsaref') 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 -- cgit