diff options
author | jdolecek <jdolecek@pkgsrc.org> | 1999-09-21 15:12:03 +0000 |
---|---|---|
committer | jdolecek <jdolecek@pkgsrc.org> | 1999-09-21 15:12:03 +0000 |
commit | b47f7e9534d2000f28e10e80c76301070eca50aa (patch) | |
tree | cdaad13cb3b9bbfbd866e2890a4dc14a68ce730d | |
parent | bc54e6558e2a5bbbbeaeda1f3f18aede3d7a300c (diff) | |
download | pkgsrc-b47f7e9534d2000f28e10e80c76301070eca50aa.tar.gz |
comment out SSL_DISTNAME as well, so it's clear from the first sight that
SSL is not supported here
-rw-r--r-- | www/apache6/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/apache6/Makefile b/www/apache6/Makefile index 8d81c4ccf5a..4bd6fce7904 100644 --- a/www/apache6/Makefile +++ b/www/apache6/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 1999/09/03 22:00:53 tron Exp $ +# $NetBSD: Makefile,v 1.8 1999/09/21 15:12:03 jdolecek Exp $ # # The fourth number in the PKGNAME version indicates a NetBSD pkg revision # (to indicate changes in the shipped third party patches such as the mod_ssl @@ -29,7 +29,7 @@ HOMEPAGE= http://www.apache.org/ CONFLICTS= apache-*modssl-* apache-* -SSL_DISTNAME= mod_ssl-2.2.8-1.3.6 +#SSL_DISTNAME= mod_ssl-2.2.8-1.3.6 EXTRACT_ONLY= ${DISTFILES:N*.gif} HAS_CONFIGURE= YES |