diff options
-rw-r--r-- | security/pfw/Makefile | 4 | ||||
-rw-r--r-- | security/pfw/distinfo | 4 | ||||
-rw-r--r-- | security/pfw/pkg-plist | 7 |
3 files changed, 4 insertions, 11 deletions
diff --git a/security/pfw/Makefile b/security/pfw/Makefile index 4260d11d9fc3..9e5facc752f8 100644 --- a/security/pfw/Makefile +++ b/security/pfw/Makefile @@ -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 diff --git a/security/pfw/distinfo b/security/pfw/distinfo index 75ade4d08bc9..8fefe5f28786 100644 --- a/security/pfw/distinfo +++ b/security/pfw/distinfo @@ -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 diff --git a/security/pfw/pkg-plist b/security/pfw/pkg-plist index 09a8ee85b65e..50ad0f99b537 100644 --- a/security/pfw/pkg-plist +++ b/security/pfw/pkg-plist @@ -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 |