summaryrefslogtreecommitdiff
path: root/security/openssl-beta/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'security/openssl-beta/Makefile')
-rw-r--r--security/openssl-beta/Makefile9
1 files changed, 8 insertions, 1 deletions
diff --git a/security/openssl-beta/Makefile b/security/openssl-beta/Makefile
index f73396395a8a..fea52c630afe 100644
--- a/security/openssl-beta/Makefile
+++ b/security/openssl-beta/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>