diff options
author | joerg <joerg@pkgsrc.org> | 2007-06-30 16:09:07 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-06-30 16:09:07 +0000 |
commit | 7ac9657102da14256725f6ea9a12dfcec4edb900 (patch) | |
tree | 937ae49bd0c2d5e73016b6f95e069e9f5386aeb2 /www/ap2-auth-mysql | |
parent | 553144e26b5c5e700514977ab42540568e7e9a5d (diff) | |
download | pkgsrc-7ac9657102da14256725f6ea9a12dfcec4edb900.tar.gz |
Change naming of Apache 2.2 modules to use ap22 prefix.
Allow apache22 in some more case and add a hack to devel/subversion
to determine the module by the state of the apache22 option.
This comes from www/ap2-subversion and should be fixed to properly
use build options or so.
OK agc@
Diffstat (limited to 'www/ap2-auth-mysql')
-rw-r--r-- | www/ap2-auth-mysql/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/ap2-auth-mysql/Makefile b/www/ap2-auth-mysql/Makefile index 1a10a191daa..3f9e43be10b 100644 --- a/www/ap2-auth-mysql/Makefile +++ b/www/ap2-auth-mysql/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.16 2007/02/25 15:51:50 sborrill Exp $ +# $NetBSD: Makefile,v 1.17 2007/06/30 16:09:07 joerg Exp $ # DISTNAME= mod_auth_mysql.c -PKGNAME= ap2-auth-mysql-1.11.12 +PKGNAME= ${APACHE_PKG_PREFIX}-auth-mysql-1.11.12 PKGREVISION= 7 CATEGORIES= www databases MASTER_SITES= ftp://ftp.kcilink.com/pub/ |