diff options
author | obrien <obrien@FreeBSD.org> | 1996-12-03 19:32:53 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1996-12-03 19:32:53 +0800 |
commit | 64a442250c62ebc6f3372c747098234c2768eba2 (patch) | |
tree | f591f6c55e1b1b477eff9feba2530d310e176db7 /security/openssl | |
parent | a57e036c2bc6be6c6ba3eaadce74c83c668e8134 (diff) | |
download | freebsd-ports-graphics-64a442250c62ebc6f3372c747098234c2768eba2.tar.gz freebsd-ports-graphics-64a442250c62ebc6f3372c747098234c2768eba2.tar.zst freebsd-ports-graphics-64a442250c62ebc6f3372c747098234c2768eba2.zip |
Install SSLeay docs into ${PREFIX}/share/doc/SSLeay/...
Submitted by: Igor Vinokurov <igor@ibank.ru> (on ports list)
Diffstat (limited to 'security/openssl')
-rw-r--r-- | security/openssl/Makefile | 9 | ||||
-rw-r--r-- | security/openssl/pkg-plist | 43 |
2 files changed, 51 insertions, 1 deletions
diff --git a/security/openssl/Makefile b/security/openssl/Makefile index f73396395a8..fea52c630af 100644 --- a/security/openssl/Makefile +++ b/security/openssl/Makefile @@ -3,7 +3,7 @@ # Date created: 1 July 1996 # Whom: markm # -# $Id: Makefile,v 1.6 1996/09/24 18:02:01 markm Exp $ +# $Id: Makefile,v 1.7 1996/11/17 07:57:44 obrien Exp $ # DISTNAME= SSLeay-0.6.4 @@ -17,4 +17,11 @@ HAS_CONFIGURE= yes CONFIGURE_SCRIPT= util/FreeBSD.sh MAKEFILE= Makefile.FreeBSD + +post-install: +.if !defined(NOPORTDOCS) + @${MKDIR} ${PREFIX}/share/doc/SSLeay + @${INSTALL_DATA} ${WRKSRC}/doc/* ${PREFIX}/share/doc/SSLeay +.endif + .include <bsd.port.mk> diff --git a/security/openssl/pkg-plist b/security/openssl/pkg-plist index d389c795392..c6457f5d61d 100644 --- a/security/openssl/pkg-plist +++ b/security/openssl/pkg-plist @@ -34,3 +34,46 @@ lib/libcrypto.a @exec ranlib %D/%F lib/libRSAglue.a @exec ranlib %D/%F +share/doc/SSLeay/apps.doc +share/doc/SSLeay/asn1.doc +share/doc/SSLeay/bio.doc +share/doc/SSLeay/bn.doc +share/doc/SSLeay/bss_file.doc +share/doc/SSLeay/bss_mem.doc +share/doc/SSLeay/ca.1 +share/doc/SSLeay/callback.doc +share/doc/SSLeay/cipher.doc +share/doc/SSLeay/conf.doc +share/doc/SSLeay/des.doc +share/doc/SSLeay/digest.doc +share/doc/SSLeay/encode.doc +share/doc/SSLeay/envelope.doc +share/doc/SSLeay/error.doc +share/doc/SSLeay/idea.doc +share/doc/SSLeay/legal.doc +share/doc/SSLeay/lhash.doc +share/doc/SSLeay/md2.doc +share/doc/SSLeay/md5.doc +share/doc/SSLeay/memory.doc +share/doc/SSLeay/ns-ca.doc +share/doc/SSLeay/obj.doc +share/doc/SSLeay/rand.doc +share/doc/SSLeay/rc2.doc +share/doc/SSLeay/rc4.doc +share/doc/SSLeay/readme +share/doc/SSLeay/ref.doc +share/doc/SSLeay/req.1 +share/doc/SSLeay/rsa.doc +share/doc/SSLeay/rsaref.doc +share/doc/SSLeay/s_mult.doc +share/doc/SSLeay/session.doc +share/doc/SSLeay/sha.doc +share/doc/SSLeay/speed.doc +share/doc/SSLeay/ssl.doc +share/doc/SSLeay/ssl_ctx.doc +share/doc/SSLeay/ssleay.doc +share/doc/SSLeay/ssluse.doc +share/doc/SSLeay/stack.doc +share/doc/SSLeay/threads.doc +share/doc/SSLeay/txt_db.doc +share/doc/SSLeay/why.doc |