summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorhubertf <hubertf@pkgsrc.org>2001-02-20 18:04:17 +0000
committerhubertf <hubertf@pkgsrc.org>2001-02-20 18:04:17 +0000
commit09e1f31963a01eb7f3e9cf09273e17bed91d8149 (patch)
tree4de133d245c4d9d0a5f84be0e05e02efcb069a4e /security
parent05546b57c7489ab2a70a14c7b0f96dc4a2b5d3a8 (diff)
downloadpkgsrc-09e1f31963a01eb7f3e9cf09273e17bed91d8149.tar.gz
Work around Solaris' braindead "ln -f" (which just does not do anything)
Diffstat (limited to 'security')
-rw-r--r--security/openssl/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/security/openssl/Makefile b/security/openssl/Makefile
index fc6d26d6945..2abe39aa03f 100644
--- a/security/openssl/Makefile
+++ b/security/openssl/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.28 2001/02/17 17:49:57 wiz Exp $
+# $NetBSD: Makefile,v 1.29 2001/02/20 18:04:17 hubertf Exp $
#
DISTNAME= openssl-0.9.5a
@@ -83,6 +83,7 @@ do-install:
pkcs12 pkcs7 pkcs8 rc2 rc2-cbc rc2-cfb rc2-ecb rc2-ofb rc4 rc5 \
rc5-cbc rc5-cfb rc5-ecb rc5-ofb req rmd160 rsa s_client s_server \
s_time sess_id sha sha1 speed verify version x509; do \
+ ${RM} -f $$file ; \
${LN} -sf openssl $$file; \
done
cd ${WRKSRC}/tools && ${INSTALL_SCRIPT} \