summaryrefslogtreecommitdiff
path: root/security/openssl/Makefile
diff options
context:
space:
mode:
authorMark Murray <markm@FreeBSD.org>1998-02-17 21:14:40 +0000
committerMark Murray <markm@FreeBSD.org>1998-02-17 21:14:40 +0000
commitf8e3fd6b643d61bf3c70ee8c50784a7cdbb35e72 (patch)
tree78a494f46b9d19cefd1f2c89e1e4f7259e585e4b /security/openssl/Makefile
parentMove PKG_NAME and portlint clean. (diff)
Fix this port for RSAref, fix the config files location according to
BSD religion.
Notes
Notes: svn path=/head/; revision=9776
Diffstat (limited to 'security/openssl/Makefile')
-rw-r--r--security/openssl/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/security/openssl/Makefile b/security/openssl/Makefile
index 1a459f2b44f5..7da65b5e25c1 100644
--- a/security/openssl/Makefile
+++ b/security/openssl/Makefile
@@ -3,7 +3,7 @@
# Date created: 15 Aug 1997
# Whom: markm@freebsd.org
#
-# $Id: Makefile,v 1.14 1997/08/16 12:19:55 andreas Exp $
+# $Id: Makefile,v 1.15 1997/08/16 13:15:03 andreas Exp $
DISTNAME= SSLeay-0.8.1
CATEGORIES= devel security
@@ -33,8 +33,6 @@ post-configure:
.endif
post-install:
- # needed to build apache-ssl port
- ${CP} ${WRKSRC}/libRSAglue.a ${PREFIX}/lib
.if !defined(NOPORTDOCS)
@${MKDIR} ${PREFIX}/share/doc/SSLeay
@${INSTALL_DATA} ${WRKSRC}/doc/* ${PREFIX}/share/doc/SSLeay