diff options
author | jdolecek <jdolecek> | 1999-09-21 15:12:03 +0000 |
---|---|---|
committer | jdolecek <jdolecek> | 1999-09-21 15:12:03 +0000 |
commit | c96e05a75dd8983a1487aa6afa091ab9aba991f4 (patch) | |
tree | cdaad13cb3b9bbfbd866e2890a4dc14a68ce730d /www/apache6 | |
parent | 8f0987ed370c1714a46d9c8f1544bd5f08a30a53 (diff) | |
download | pkgsrc-c96e05a75dd8983a1487aa6afa091ab9aba991f4.tar.gz |
comment out SSL_DISTNAME as well, so it's clear from the first sight that
SSL is not supported here
Diffstat (limited to 'www/apache6')
-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 |