diff options
author | joerg <joerg> | 2007-06-30 16:09:07 +0000 |
---|---|---|
committer | joerg <joerg> | 2007-06-30 16:09:07 +0000 |
commit | 940dbb1eaad8ef49b2305cc6576c9b528c947aff (patch) | |
tree | 937ae49bd0c2d5e73016b6f95e069e9f5386aeb2 /www/ap2-fcgid/Makefile | |
parent | c22bfc4857cf68c2e75b2ecb776e6a033ac2a196 (diff) | |
download | pkgsrc-940dbb1eaad8ef49b2305cc6576c9b528c947aff.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-fcgid/Makefile')
-rw-r--r-- | www/ap2-fcgid/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/ap2-fcgid/Makefile b/www/ap2-fcgid/Makefile index 6634678e656..225145d96e5 100644 --- a/www/ap2-fcgid/Makefile +++ b/www/ap2-fcgid/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.1.1.1 2007/01/25 20:22:54 abs Exp $ +# $NetBSD: Makefile,v 1.2 2007/06/30 16:09:08 joerg Exp $ DISTNAME= mod_fcgid.2.0 -PKGNAME= ap2-fcgid-2.0 +PKGNAME= ${APACHE_PKG_PREFIX}-fcgid-2.0 PKGREVISION= 1 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=mod-fcgid/} |