summaryrefslogtreecommitdiff
path: root/devel/subversion
diff options
context:
space:
mode:
authorTimur I. Bakeyev <timur@FreeBSD.org>2012-03-13 11:47:25 +0000
committerTimur I. Bakeyev <timur@FreeBSD.org>2012-03-13 11:47:25 +0000
commit22e5b6c75fe28c4b380fff218b38e75eced9631b (patch)
tree6ed651c8bc81eb41acb33d97b1831910f0a10932 /devel/subversion
parentRemove duplicated entry in pkg-plist (diff)
Fix in the location of mod_dontdothat module.
As of version 1.7.3: * ship mod_dontdothat with the standard release Feature safe: yes
Notes
Notes: svn path=/head/; revision=293233
Diffstat (limited to 'devel/subversion')
-rw-r--r--devel/subversion/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/subversion/Makefile b/devel/subversion/Makefile
index 2589a539beb0..cfd7b70f1a95 100644
--- a/devel/subversion/Makefile
+++ b/devel/subversion/Makefile
@@ -190,7 +190,7 @@ pre-configure:
post-build:
.if defined(WITH_MOD_DAV_SVN) && defined(WITH_MOD_DONTDOTHAT)
- cd ${WRKSRC}/contrib/server-side/mod_dontdothat && \
+ cd ${WRKSRC}/tools/server-side/mod_dontdothat && \
${APXS} -c -I${WRKSRC}/subversion/include -L${WRKSRC}/subversion/libsvn_subr/.libs -lsvn_subr-1 mod_dontdothat.c
.endif
# subversion 1.7+ -- it is not optional
@@ -213,7 +213,7 @@ post-install: ${MKREPOS_TARGET}
${APXS} -e -S LIBEXECDIR=${PREFIX}/${APACHEMODDIR} -a -n dav_svn ${PREFIX}/${APACHEMODDIR}/mod_dav_svn.so
${APXS} -e -S LIBEXECDIR=${PREFIX}/${APACHEMODDIR} -a -n authz_svn ${PREFIX}/${APACHEMODDIR}/mod_authz_svn.so
.if defined(WITH_MOD_DONTDOTHAT)
- cd ${WRKSRC}/contrib/server-side/mod_dontdothat && \
+ cd ${WRKSRC}/tools/server-side/mod_dontdothat && \
${APXS} -i -n dontdothat mod_dontdothat.la
${APXS} -e -S LIBEXECDIR=${PREFIX}/${APACHEMODDIR} -a -n dontdothat ${PREFIX}/${APACHEMODDIR}/mod_dontdothat.so
.endif