diff options
author | Clement Laforet <clement@FreeBSD.org> | 2007-09-09 16:22:37 +0000 |
---|---|---|
committer | Clement Laforet <clement@FreeBSD.org> | 2007-09-09 16:22:37 +0000 |
commit | ba2095c1920f847ee28aa14b4d39525a42be06cd (patch) | |
tree | ad20e299d6a6ad2f5b00d6e1b0e2defd371806e3 /www/apache21/Makefile | |
parent | 7887aedd5fc25df260582b07753a42781f6e8c1a (diff) |
- Mark www/apache21 as DEPRECATED (at last!)
Notes
Notes:
svn path=/head/; revision=199204
Diffstat (limited to 'www/apache21/Makefile')
-rw-r--r-- | www/apache21/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/www/apache21/Makefile b/www/apache21/Makefile index 40227bf9c692..8dc492cda11e 100644 --- a/www/apache21/Makefile +++ b/www/apache21/Makefile @@ -35,6 +35,9 @@ CONFLICTS= apache+mod_ssl-1.* apache+mod_ssl+ipv6-1.* apache+mod_ssl+modsnmp-1.* ru-apache+mod_ssl-1.* ru-apache-1.* \ apache-2.0.* apache-*-2.0.* +DEPRECATED= No longer supported, please use www/apache22 instead +EXPIRES= 2007-12-09 + SCRIPTS_ENV+= LIBTOOL=${LIBTOOL} LIBTOOLIZE=${LIBTOOLIZE} \ LIBTOOL_VERSION=${LIBTOOL_VERSION} AUTOCONF=${AUTOCONF} \ LIBTOOL_M4=${LOCALBASE}/share/aclocal/libtool${LIBTOOL_VERSION}.m4 \ |