diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2003-08-30 08:02:23 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2003-08-30 08:02:23 +0000 |
commit | b8b9c1dc47c66fc523ce8d0960f0ee01520c4d6c (patch) | |
tree | 0ebfda2180583286d75df98f47ca7ed8c1afbce6 | |
parent | - Author rerolled source distfile. All changes appear to be: (diff) |
- change YES -> yes
Notes
Notes:
svn path=/head/; revision=88058
Diffstat (limited to '')
-rw-r--r-- | www/apache13-ssl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/apache13-ssl/Makefile b/www/apache13-ssl/Makefile index 4cbd4bec42f3..e48f3334b469 100644 --- a/www/apache13-ssl/Makefile +++ b/www/apache13-ssl/Makefile @@ -23,8 +23,8 @@ COMMENT= Apache-SSL: Apache secure webserver integrating OpenSSL APACHE_VERSION= 1.3.27 APACHE_SSL_VERSION= 1.48 -USE_OPENSSL= YES -USE_PERL5= YES +USE_OPENSSL= yes +USE_PERL5= yes HAS_CONFIGURE= yes MAN1= dbmmanage.1 htdigest.1 htpasswd.1 MAN8= ab.8 httpsdctl.8 apxs.8 httpsd.8 logresolve.8 rotatelogs.8 |