summaryrefslogtreecommitdiff
path: root/devel/subversion/files/pkg-install.in
diff options
context:
space:
mode:
Diffstat (limited to 'devel/subversion/files/pkg-install.in')
-rw-r--r--devel/subversion/files/pkg-install.in17
1 files changed, 13 insertions, 4 deletions
diff --git a/devel/subversion/files/pkg-install.in b/devel/subversion/files/pkg-install.in
index 6a5bea9a69f6..a4b9c5d4c10f 100644
--- a/devel/subversion/files/pkg-install.in
+++ b/devel/subversion/files/pkg-install.in
@@ -10,14 +10,17 @@
# $FreeBSD$
#
-if [ "%%MOD_DAV_SVN_INSTALL%%" != "YES" ] ; then
- exit 0
-fi
-
if [ "$2" != "PRE-INSTALL" ]; then
exit 0
fi
+echo ""
+echo " Please check that your repository contains 'dav' subdirectory and"
+echo " that all files in repositroy is accessible by apache user (typically www)"
+echo ""
+
+exit 0
+
APXSCMD=${PKG_PREFIX}/sbin/apxs
if [ ! -x ${APXSCMD} ]; then
@@ -54,4 +57,10 @@ else
echo "dav_module already active in ${SYSCONFDIR}/${CONFFILE}"
fi
+echo ""
+echo " Please check that your repository contains 'dav' subdirectory and"
+echo " that all files in repositroy is accessible by apache user (typically www)"
+echo ""
+
+
exit 0