summaryrefslogtreecommitdiff
path: root/www/apache13-ssl
diff options
context:
space:
mode:
authorMark Murray <markm@FreeBSD.org>1998-02-17 21:16:02 +0000
committerMark Murray <markm@FreeBSD.org>1998-02-17 21:16:02 +0000
commit93ab9d7bc552818a2a2aa2132cfa5da3a76617dd (patch)
tree4fabc10a7a97396f5b0e9d4a9faf746a90a4e676 /www/apache13-ssl
parentFix this port for RSAref, fix the config files location according to (diff)
Fix this port for RSAref. Fix the location of SSLeay config file.
Notes
Notes: svn path=/head/; revision=9777
Diffstat (limited to 'www/apache13-ssl')
-rw-r--r--www/apache13-ssl/Makefile9
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