Let to install modules into apache libexecdir, same as 1.7.x.
fixes PR pkg/48273 Bump PKGREVISION.
This commit is contained in:
parent
70347bc8ba
commit
e98e3d687b
2 changed files with 6 additions and 5 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue