diff options
author | markm <markm@FreeBSD.org> | 1998-02-18 05:16:02 +0800 |
---|---|---|
committer | markm <markm@FreeBSD.org> | 1998-02-18 05:16:02 +0800 |
commit | 5675e9d57719430be38de1b3c3471514ee40e799 (patch) | |
tree | 6330be732610e18276820f70e5a9a91d5d827fe2 /www/apache13-ssl | |
parent | c245c4e94c739ae811026c6b3fe78aa8ef7236b2 (diff) | |
download | freebsd-ports-gnome-5675e9d57719430be38de1b3c3471514ee40e799.tar.gz freebsd-ports-gnome-5675e9d57719430be38de1b3c3471514ee40e799.tar.zst freebsd-ports-gnome-5675e9d57719430be38de1b3c3471514ee40e799.zip |
Fix this port for RSAref. Fix the location of SSLeay config file.
Diffstat (limited to 'www/apache13-ssl')
-rw-r--r-- | www/apache13-ssl/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/www/apache13-ssl/Makefile b/www/apache13-ssl/Makefile index d211cf1cbb28..91fdb473fea3 100644 --- a/www/apache13-ssl/Makefile +++ b/www/apache13-ssl/Makefile @@ -3,7 +3,7 @@ # Date created: 15th August 1997 # Whom: Mark Murray <mark@grondar.za> # -# $Id: Makefile,v 1.41 1997/10/13 15:03:39 markm Exp $ +# $Id: Makefile,v 1.42 1998/02/17 12:52:26 markm Exp $ DISTNAME= apache_1.2.5 PKGNAME= apacheSSL-1.2.5 @@ -73,12 +73,7 @@ pre-fetch: .elif defined(USA_RESIDENT) .if ${USA_RESIDENT} == YES pre-build: - @${ECHO} If you are USA resident, then this port is broken for you. - @${ECHO} I am unable to get some of the necessary goodies, so - @${ECHO} please assist by fixing this and sending me the patches. - @${ECHO} Thanks\! - ${PATCH} <${FILESDIR}/Makefile.rsa.patch -BROKEN= "RSAref code doesn't apply cleanly" + cd ${WRKSRC} && ${PATCH} -p2 <${FILESDIR}/Makefile.rsa.patch .endif .endif |