diff options
author | Mark Murray <markm@FreeBSD.org> | 1998-02-17 21:16:02 +0000 |
---|---|---|
committer | Mark Murray <markm@FreeBSD.org> | 1998-02-17 21:16:02 +0000 |
commit | 93ab9d7bc552818a2a2aa2132cfa5da3a76617dd (patch) | |
tree | 4fabc10a7a97396f5b0e9d4a9faf746a90a4e676 /www/apache13-ssl/Makefile | |
parent | f8e3fd6b643d61bf3c70ee8c50784a7cdbb35e72 (diff) | |
download | ports-93ab9d7bc552818a2a2aa2132cfa5da3a76617dd.tar.gz ports-93ab9d7bc552818a2a2aa2132cfa5da3a76617dd.zip |
Notes
Diffstat (limited to 'www/apache13-ssl/Makefile')
-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 |