diff options
author | novel <novel@FreeBSD.org> | 2005-05-23 18:45:01 +0800 |
---|---|---|
committer | novel <novel@FreeBSD.org> | 2005-05-23 18:45:01 +0800 |
commit | 33d325a1fc25b2f75d6ad59ab58f45cab5451ddb (patch) | |
tree | a54efe60cefd73588730ef38c824af3e6065da75 /security | |
parent | 31f4bd3e9b879d8561218b1af674a51a5e87f6f7 (diff) | |
download | freebsd-ports-gnome-33d325a1fc25b2f75d6ad59ab58f45cab5451ddb.tar.gz freebsd-ports-gnome-33d325a1fc25b2f75d6ad59ab58f45cab5451ddb.tar.zst freebsd-ports-gnome-33d325a1fc25b2f75d6ad59ab58f45cab5451ddb.zip |
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>
Diffstat (limited to 'security')
-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 |