diff options
author | obache <obache@pkgsrc.org> | 2013-10-05 12:41:57 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2013-10-05 12:41:57 +0000 |
commit | aef32debf6338bccc274010ca0aedf952bdb6657 (patch) | |
tree | 3a7cd4f7bef31cce84e5e6b18f9adacd58db676c /www | |
parent | 1e28bf4175ad8cf5c5d71e3a33251f990e48824b (diff) | |
download | pkgsrc-aef32debf6338bccc274010ca0aedf952bdb6657.tar.gz |
Let to install modules into apache libexecdir, same as 1.7.x.
fixes PR pkg/48273
Bump PKGREVISION.
Diffstat (limited to 'www')
-rw-r--r-- | www/ap2-subversion/Makefile | 5 | ||||
-rw-r--r-- | www/ap2-subversion/PLIST | 6 |
2 files changed, 6 insertions, 5 deletions
diff --git a/www/ap2-subversion/Makefile b/www/ap2-subversion/Makefile index 0e2b78c9f48..20a222b9763 100644 --- a/www/ap2-subversion/Makefile +++ b/www/ap2-subversion/Makefile @@ -1,13 +1,14 @@ -# $NetBSD: Makefile,v 1.59 2013/09/07 14:00:48 wiz Exp $ +# $NetBSD: Makefile,v 1.60 2013/10/05 12:41:57 obache Exp $ PKGNAME= ${APACHE_PKG_PREFIX}-subversion-${SVNVER} -PKGREVISION= 1 +PKGREVISION= 2 COMMENT= WebDAV server (Apache module) for Subversion .include "../../devel/subversion/Makefile.common" CONFIGURE_ARGS+= --with-apxs=${APXS:Q} CONFIGURE_ARGS+= --disable-mod-activation +CONFIGURE_ARGS+= --with-apache-libexecdir APACHE_MODULE= YES diff --git a/www/ap2-subversion/PLIST b/www/ap2-subversion/PLIST index 26772b6332d..44d9807500f 100644 --- a/www/ap2-subversion/PLIST +++ b/www/ap2-subversion/PLIST @@ -1,3 +1,3 @@ -@comment $NetBSD: PLIST,v 1.5 2013/07/10 13:28:38 wiz Exp $ -libexec/mod_authz_svn.so -libexec/mod_dav_svn.so +@comment $NetBSD: PLIST,v 1.6 2013/10/05 12:41:57 obache Exp $ +lib/httpd/mod_authz_svn.so +lib/httpd/mod_dav_svn.so |