summaryrefslogtreecommitdiff
path: root/www/mod_frontpage
diff options
context:
space:
mode:
authorMartin Blapp <mbr@FreeBSD.org>2002-05-23 22:38:29 +0000
committerMartin Blapp <mbr@FreeBSD.org>2002-05-23 22:38:29 +0000
commitf6501206369232cb4b35f6fd665165bb68090198 (patch)
tree860c7f474bcdac9b5c7d6dbfcc447e87981f4112 /www/mod_frontpage
parentAdd better explanations. Ideas from barbish@a1poweruser.com (diff)
Add dependency to frontpage port.
Notes
Notes: svn path=/head/; revision=59828
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>