diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-12-11 13:47:06 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-12-11 13:47:06 +0000 |
commit | 1fc543b1a761fe3ff268a85c07ed82e3ac9b878e (patch) | |
tree | bcac65a4efa09cba44c9160d023873465df20db3 /www | |
parent | Don't drop command line arguments in the wrappers. (diff) |
Mark these broken until billf can fix them up after a repository copy.
Notes
Notes:
svn path=/head/; revision=15278
Diffstat (limited to 'www')
-rw-r--r-- | www/apache13-ssl/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/www/apache13-ssl/Makefile b/www/apache13-ssl/Makefile index cca3a9039464..3370d949664f 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.45 1998/04/12 09:53:50 markm Exp $ +# $Id: Makefile,v 1.46 1998/12/01 11:14:55 obrien Exp $ DISTNAME= apache_1.2.6 PKGNAME= apacheSSL-1.2.6 @@ -17,6 +17,8 @@ MAINTAINER= markm@freebsd.org BUILD_DEPENDS= ssleay:${PORTSDIR}/security/SSLeay RUN_DEPENDS= ssleay:${PORTSDIR}/security/SSLeay +BROKEN= repository copy + EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} RESTRICTED= "Contains cryptography" |