diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 1996-12-03 11:32:53 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 1996-12-03 11:32:53 +0000 |
commit | 83d594bc51bc5bfd28bc48724f20f46a72ffb5e6 (patch) | |
tree | 5c424f9f233349465a39907d0024f6197bdab1c6 /security/openssl/Makefile | |
parent | a4d70c7044c61699754a3746df16f72ab78e2bb1 (diff) | |
download | ports-83d594bc51bc5bfd28bc48724f20f46a72ffb5e6.tar.gz ports-83d594bc51bc5bfd28bc48724f20f46a72ffb5e6.zip |
Notes
Diffstat (limited to 'security/openssl/Makefile')
-rw-r--r-- | security/openssl/Makefile | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/security/openssl/Makefile b/security/openssl/Makefile index f73396395a8a..fea52c630afe 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> |