diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2003-01-15 18:33:07 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2003-01-15 18:33:07 +0000 |
commit | fa9faa8ae73b4eef1bca74567d9a14c806fe33d5 (patch) | |
tree | a75d979472087e1a07f52a3326016b66273d6ea5 /security | |
parent | Update to 2.0.0.44. (diff) |
- use NOPRECIOUSMAKEVARS, to fix bento problem
- remove BROKEN_MLINKS
Notes
Notes:
svn path=/head/; revision=73184
Diffstat (limited to 'security')
-rw-r--r-- | security/openssl-beta/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/security/openssl-beta/Makefile b/security/openssl-beta/Makefile index 8a93a0595777..0488d21253df 100644 --- a/security/openssl-beta/Makefile +++ b/security/openssl-beta/Makefile @@ -56,6 +56,7 @@ PLIST_SUB+= NOBASE="" .endif MAKE_ENV+= MANPREFIX=${MANPREFIX} +NOPRECIOUSMAKEVARS= To much _MLINKS for fetch NO_LATEST_LINK= yes MAN1= CA.pl.1 asn1parse.1 ca.1 ciphers.1 crl.1 crl2pkcs7.1 dgst.1 \ @@ -147,7 +148,6 @@ MAN3+= ASN1_OBJECT_new.3 ASN1_STRING_length.3 ASN1_STRING_new.3 \ d2i_PKCS8PrivateKey.3 d2i_DSAPublicKey.3 d2i_X509_ALGOR.3 \ d2i_X509_CRL.3 d2i_X509.3 d2i_X509_NAME.3 d2i_X509_REQ.3 \ d2i_X509_SIG.3 engine.3 pem.3 ui.3 ui_compat.3 -.if !defined(BROKEN_MLINKS) MLINKS= dgst.1 md4.1 \ dgst.1 sha.1 \ dgst.1 mdc2.1 \ @@ -860,7 +860,6 @@ MLINKS= dgst.1 md4.1 \ des_modes.7 DES.7 \ des_modes.7 Modes.7 \ des_modes.7 of.7 -.endif .if defined(BATCH) || defined(OPENSSL_WITH_386) .if ${MACHINE_ARCH} == "i386" |