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 | c74fddd587cf5e786437552047889724bde99295 (patch) | |
tree | 937ae49bd0c2d5e73016b6f95e069e9f5386aeb2 /www/ap2-xslt2 | |
parent | ed410631f69e85523f98908c41385392e4657f36 (diff) | |
download | pkgsrc-c74fddd587cf5e786437552047889724bde99295.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-xslt2')
-rw-r--r-- | www/ap2-xslt2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/ap2-xslt2/Makefile b/www/ap2-xslt2/Makefile index d1308ebbffa..0d63eb8c04a 100644 --- a/www/ap2-xslt2/Makefile +++ b/www/ap2-xslt2/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.3 2007/05/22 10:50:59 xtraeme Exp $ +# $NetBSD: Makefile,v 1.4 2007/06/30 16:09:09 joerg Exp $ # DISTNAME= modxslt-${DIST_VER} -PKGNAME= ap2-xslt2-${DIST_VER} +PKGNAME= ${APACHE_PKG_PREFIX}-xslt2-${DIST_VER} CATEGORIES= www MASTER_SITES= http://www.mod-xslt2.com/software/archive/${DIST_VER}/ |