summaryrefslogtreecommitdiff
path: root/www/mod_frontpage
diff options
context:
space:
mode:
Diffstat (limited to 'www/mod_frontpage')
-rw-r--r--www/mod_frontpage/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/www/mod_frontpage/Makefile b/www/mod_frontpage/Makefile
index 2d188b29e76e..9d1a4014e3a3 100644
--- a/www/mod_frontpage/Makefile
+++ b/www/mod_frontpage/Makefile
@@ -17,6 +17,11 @@ AP_PORT?= apache13
BUILD_DEPENDS= ${LOCALBASE}/sbin/apxs:${PORTSDIR}/www/${AP_PORT}
RUN_DEPENDS= ${LOCALBASE}/sbin/apxs:${PORTSDIR}/www/${AP_PORT}
+RUN_DEPENDS= ${FPSETPERM}:${PORTSDIR}/www/frontpage
+
+FP_VER= 5.0
+FP_DIR= ${PREFIX}/frontpage/version${FP_VER}
+FPSETPERM= ${FP_DIR}/set_default_perms.sh
.include <bsd.port.pre.mk>