diff options
author | markm <markm@FreeBSD.org> | 1998-02-18 05:14:40 +0800 |
---|---|---|
committer | markm <markm@FreeBSD.org> | 1998-02-18 05:14:40 +0800 |
commit | c245c4e94c739ae811026c6b3fe78aa8ef7236b2 (patch) | |
tree | 3046ebad2b16ef87b7a7d9a68f4b852817302336 /security/openssl-beta/Makefile | |
parent | 60a0a9958ff3522a0ddda1b937ed5d1f6efbb608 (diff) | |
download | freebsd-ports-gnome-c245c4e94c739ae811026c6b3fe78aa8ef7236b2.tar.gz freebsd-ports-gnome-c245c4e94c739ae811026c6b3fe78aa8ef7236b2.tar.zst freebsd-ports-gnome-c245c4e94c739ae811026c6b3fe78aa8ef7236b2.zip |
Fix this port for RSAref, fix the config files location according to
BSD religion.
Diffstat (limited to 'security/openssl-beta/Makefile')
-rw-r--r-- | security/openssl-beta/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/security/openssl-beta/Makefile b/security/openssl-beta/Makefile index 1a459f2b44f5..7da65b5e25c1 100644 --- a/security/openssl-beta/Makefile +++ b/security/openssl-beta/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 |