aboutsummaryrefslogtreecommitdiff
path: root/security/webfwlog/Makefile
diff options
context:
space:
mode:
authorMarcus Alves Grando <mnag@FreeBSD.org>2006-06-09 13:12:03 +0000
committerMarcus Alves Grando <mnag@FreeBSD.org>2006-06-09 13:12:03 +0000
commit343c68999eec37c445abde958c781ec62ac0d5fe (patch)
treea578bac6a3f2924068f36dc73f11ec193891f73b /security/webfwlog/Makefile
parente0b86d294451cec2b85dd8e89eb99975fab6afc1 (diff)
downloadports-343c68999eec37c445abde958c781ec62ac0d5fe.tar.gz
ports-343c68999eec37c445abde958c781ec62ac0d5fe.zip
Notes
Diffstat (limited to 'security/webfwlog/Makefile')
-rw-r--r--security/webfwlog/Makefile9
1 files changed, 4 insertions, 5 deletions
diff --git a/security/webfwlog/Makefile b/security/webfwlog/Makefile
index 6210b0c216da..e5dfce3ee535 100644
--- a/security/webfwlog/Makefile
+++ b/security/webfwlog/Makefile
@@ -6,13 +6,13 @@
#
PORTNAME= webfwlog
-PORTVERSION= 0.91
+PORTVERSION= 0.92
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
PATCH_SITES= http://devel.webfwlog.net/download/patches/
-PATCHFILES= webfwlog-0.91-order_state.patch
+PATCHFILES= webfwlog-0.92-date_syntax_url.patch
PATCH_DIST_STRIP= -p1
MAINTAINER= zeus@ix.netcom.com
@@ -49,9 +49,6 @@ USE_PGSQL=
CONFIGURE_ARGS+=--with-pgsql
.endif
-BINGRP= ${WWWGRP}
-BINMODE= 4550
-
pre-install:
@${MKDIR} ${PREFIX}/${HTML_DOC_ROOT}
@@ -95,6 +92,8 @@ post-install:
@${RM} -f ${PREFIX}/etc/webfwlog.conf.new
@${CHMOD} 0555 ${PREFIX}/${HTML_DOC_ROOT}/webfwlog
@${CHMOD} 0555 ${PREFIX}/${HTML_DOC_ROOT}/webfwlog/include
+ @${CHOWN} :${WWWGRP} ${PREFIX}/bin/wfwl_syslog
+ @${CHMOD} o-wrx ${PREFIX}/bin/wfwl_syslog
@${ECHO}
@${CAT} ${PKGMESSAGE}