mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-14 07:43:06 +00:00
Tarball has been rerolled (author accidentally added his personal
conf test dir in the previous version). PR: 81391 Submitted by: Renato Botelho (maintainer) Reported by: Olli Hauer <ohauer@gmx.de>
This commit is contained in:
parent
3ee38b0147
commit
31b8fedcd4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=135947
@ -16,7 +16,7 @@ COMMENT= A web frontend for the pf firewall
|
||||
|
||||
RUN_DEPENDS= sudo:${PORTSDIR}/security/sudo
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:S/.1//}
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}
|
||||
|
||||
USE_PHP= session pcre
|
||||
WANT_PHP_WEB= yes
|
||||
@ -36,7 +36,7 @@ RUN_DEPENDS+= pf:${PORTSDIR}/security/pf
|
||||
.endif
|
||||
|
||||
do-install:
|
||||
.for dir in conf lib web
|
||||
.for dir in lib web
|
||||
@${MKDIR} ${PFW_PREFIX}/${dir}
|
||||
@${CP} -Rv ${WRKSRC}/${dir}/* ${PFW_PREFIX}/${dir}
|
||||
.endfor
|
||||
|
@ -1,2 +1,2 @@
|
||||
MD5 (pfw-0.6.1.tgz) = be45844ebe01f0f992790e10fa3d571b
|
||||
SIZE (pfw-0.6.1.tgz) = 69996
|
||||
MD5 (pfw-0.6.1.tgz) = 17168f64ca1fbf44e1f27149dab02dd3
|
||||
SIZE (pfw-0.6.1.tgz) = 66039
|
||||
|
@ -3,12 +3,6 @@ www/pfw/INSTALL
|
||||
www/pfw/README
|
||||
www/pfw/bin/pfctlwrapper.sh
|
||||
www/pfw/bin/pfctlwrapper.sh.remote
|
||||
www/pfw/conf/isakmpd.conf
|
||||
www/pfw/conf/pf-bart.conf
|
||||
www/pfw/conf/pf-demo.conf
|
||||
www/pfw/conf/pf-holodoc.conf
|
||||
www/pfw/conf/pf-test1.conf
|
||||
www/pfw/conf/pf.conf
|
||||
www/pfw/lib/altq.class.php
|
||||
www/pfw/lib/anchor.class.php
|
||||
www/pfw/lib/filter.class.php
|
||||
@ -58,7 +52,6 @@ www/pfw/web/tableedit.php
|
||||
www/pfw/web/test.php
|
||||
www/pfw/web/write.php
|
||||
@dirrm www/pfw/bin
|
||||
@dirrm www/pfw/conf
|
||||
@dirrm www/pfw/lib
|
||||
@dirrm www/pfw/web/manual
|
||||
@dirrm www/pfw/web
|
||||
|
Loading…
Reference in New Issue
Block a user