diff options
author | mbr <mbr@FreeBSD.org> | 2002-05-23 22:38:29 +0000 |
---|---|---|
committer | mbr <mbr@FreeBSD.org> | 2002-05-23 22:38:29 +0000 |
commit | cf97aeb4be7460879e396781d5adcd3a1b3c42dc (patch) | |
tree | 1ab3cac51a93af31e44d992a1ab127e97e8b3c23 /www/mod_frontpage | |
parent | c4dc622f3b9f2dcf4c8eab1f4e8d65124db269ea (diff) | |
download | FreeBSD-ports-cf97aeb4be7460879e396781d5adcd3a1b3c42dc.zip FreeBSD-ports-cf97aeb4be7460879e396781d5adcd3a1b3c42dc.tar.gz |
Add dependency to frontpage port.
Diffstat (limited to 'www/mod_frontpage')
-rw-r--r-- | www/mod_frontpage/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/www/mod_frontpage/Makefile b/www/mod_frontpage/Makefile index 2d188b2..9d1a401 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> |