diff options
author | kris <kris@FreeBSD.org> | 2000-04-24 16:00:49 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2000-04-24 16:00:49 +0800 |
commit | 8ce2d6a290d984a664c6c73ddca76eba83550e6d (patch) | |
tree | 579b623b718264d4f4f39197e95d1ec552fbfdeb /security | |
parent | 1762e866d35aa9410ba723318a0e2223727de80b (diff) | |
download | freebsd-ports-gnome-8ce2d6a290d984a664c6c73ddca76eba83550e6d.tar.gz freebsd-ports-gnome-8ce2d6a290d984a664c6c73ddca76eba83550e6d.tar.zst freebsd-ports-gnome-8ce2d6a290d984a664c6c73ddca76eba83550e6d.zip |
Remove a dead MASTER_SITE and portlint a bit.
Diffstat (limited to 'security')
-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 |