- use PORTDOCS and DOCSDIR in plist and fix it for -DNOPORTDOCS
- use SF macro while here - bump PORTREVISION Approved by: maintainer timeout on QAT BotMail Prompted by: QAT QA run
This commit is contained in:
parent
94e4afcbfa
commit
8db950e516
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=223175
2 changed files with 39 additions and 40 deletions
|
@ -7,9 +7,9 @@
|
|||
|
||||
PORTNAME= webfwlog
|
||||
PORTVERSION= 0.93
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= security
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
MASTER_SITES= SF
|
||||
|
||||
MAINTAINER= zeus@ix.netcom.com
|
||||
COMMENT= A web-based firewall log analyzer
|
||||
|
@ -56,7 +56,6 @@ do-install:
|
|||
|
||||
post-install:
|
||||
.if !defined(NOPORTDOCS)
|
||||
@${MKDIR} ${DOCSDIR}
|
||||
@${MKDIR} ${DOCSDIR}/mysql
|
||||
@${MKDIR} ${DOCSDIR}/pgsql
|
||||
@(cd ${WRKSRC}/mysql/ && ${COPYTREE_SHARE} \* ${DOCSDIR}/mysql/)
|
||||
|
|
|
@ -1,37 +1,37 @@
|
|||
bin/wfwl_syslog
|
||||
etc/webfwlog.conf.sample
|
||||
%%DOCSDIR%%/AUTHORS
|
||||
%%DOCSDIR%%/COPYING
|
||||
%%DOCSDIR%%/CREDITS
|
||||
%%DOCSDIR%%/ChangeLog
|
||||
%%DOCSDIR%%/INSTALL
|
||||
%%DOCSDIR%%/README
|
||||
%%DOCSDIR%%/ReleaseNotes
|
||||
%%DOCSDIR%%/mysql/README
|
||||
%%DOCSDIR%%/mysql/setup
|
||||
%%DOCSDIR%%/mysql/scripts/temp_grants
|
||||
%%DOCSDIR%%/mysql/scripts/ulog_copy
|
||||
%%DOCSDIR%%/mysql/scripts/ulog_local
|
||||
%%DOCSDIR%%/mysql/scripts/ulogd_grants
|
||||
%%DOCSDIR%%/mysql/scripts/wfwl_grants
|
||||
%%DOCSDIR%%/mysql/scripts/wfwl_hostnames_create
|
||||
%%DOCSDIR%%/mysql/scripts/wfwl_reports_addcol
|
||||
%%DOCSDIR%%/mysql/scripts/wfwl_reports_altercol
|
||||
%%DOCSDIR%%/mysql/scripts/wfwl_reports_create
|
||||
%%DOCSDIR%%/mysql/scripts/wfwl_services_create
|
||||
%%DOCSDIR%%/pgsql/README
|
||||
%%DOCSDIR%%/pgsql/setup
|
||||
%%DOCSDIR%%/pgsql/scripts/ulog_copy
|
||||
%%DOCSDIR%%/pgsql/scripts/ulog_local
|
||||
%%DOCSDIR%%/pgsql/scripts/ulogd_73_grants
|
||||
%%DOCSDIR%%/pgsql/scripts/ulogd_grants
|
||||
%%DOCSDIR%%/pgsql/scripts/wfwl_73_grants
|
||||
%%DOCSDIR%%/pgsql/scripts/wfwl_functions
|
||||
%%DOCSDIR%%/pgsql/scripts/wfwl_grants
|
||||
%%DOCSDIR%%/pgsql/scripts/wfwl_hostnames_create
|
||||
%%DOCSDIR%%/pgsql/scripts/wfwl_reports_addcol
|
||||
%%DOCSDIR%%/pgsql/scripts/wfwl_reports_create
|
||||
%%DOCSDIR%%/pgsql/scripts/wfwl_services_create
|
||||
%%PORTDOCS%%%%DOCSDIR%%/AUTHORS
|
||||
%%PORTDOCS%%%%DOCSDIR%%/COPYING
|
||||
%%PORTDOCS%%%%DOCSDIR%%/CREDITS
|
||||
%%PORTDOCS%%%%DOCSDIR%%/ChangeLog
|
||||
%%PORTDOCS%%%%DOCSDIR%%/INSTALL
|
||||
%%PORTDOCS%%%%DOCSDIR%%/README
|
||||
%%PORTDOCS%%%%DOCSDIR%%/ReleaseNotes
|
||||
%%PORTDOCS%%%%DOCSDIR%%/mysql/README
|
||||
%%PORTDOCS%%%%DOCSDIR%%/mysql/setup
|
||||
%%PORTDOCS%%%%DOCSDIR%%/mysql/scripts/temp_grants
|
||||
%%PORTDOCS%%%%DOCSDIR%%/mysql/scripts/ulog_copy
|
||||
%%PORTDOCS%%%%DOCSDIR%%/mysql/scripts/ulog_local
|
||||
%%PORTDOCS%%%%DOCSDIR%%/mysql/scripts/ulogd_grants
|
||||
%%PORTDOCS%%%%DOCSDIR%%/mysql/scripts/wfwl_grants
|
||||
%%PORTDOCS%%%%DOCSDIR%%/mysql/scripts/wfwl_hostnames_create
|
||||
%%PORTDOCS%%%%DOCSDIR%%/mysql/scripts/wfwl_reports_addcol
|
||||
%%PORTDOCS%%%%DOCSDIR%%/mysql/scripts/wfwl_reports_altercol
|
||||
%%PORTDOCS%%%%DOCSDIR%%/mysql/scripts/wfwl_reports_create
|
||||
%%PORTDOCS%%%%DOCSDIR%%/mysql/scripts/wfwl_services_create
|
||||
%%PORTDOCS%%%%DOCSDIR%%/pgsql/README
|
||||
%%PORTDOCS%%%%DOCSDIR%%/pgsql/setup
|
||||
%%PORTDOCS%%%%DOCSDIR%%/pgsql/scripts/ulog_copy
|
||||
%%PORTDOCS%%%%DOCSDIR%%/pgsql/scripts/ulog_local
|
||||
%%PORTDOCS%%%%DOCSDIR%%/pgsql/scripts/ulogd_73_grants
|
||||
%%PORTDOCS%%%%DOCSDIR%%/pgsql/scripts/ulogd_grants
|
||||
%%PORTDOCS%%%%DOCSDIR%%/pgsql/scripts/wfwl_73_grants
|
||||
%%PORTDOCS%%%%DOCSDIR%%/pgsql/scripts/wfwl_functions
|
||||
%%PORTDOCS%%%%DOCSDIR%%/pgsql/scripts/wfwl_grants
|
||||
%%PORTDOCS%%%%DOCSDIR%%/pgsql/scripts/wfwl_hostnames_create
|
||||
%%PORTDOCS%%%%DOCSDIR%%/pgsql/scripts/wfwl_reports_addcol
|
||||
%%PORTDOCS%%%%DOCSDIR%%/pgsql/scripts/wfwl_reports_create
|
||||
%%PORTDOCS%%%%DOCSDIR%%/pgsql/scripts/wfwl_services_create
|
||||
%%EXAMPLESDIR%%/basic
|
||||
%%EXAMPLESDIR%%/current_count
|
||||
%%EXAMPLESDIR%%/current_dport
|
||||
|
@ -64,11 +64,11 @@ etc/webfwlog.conf.sample
|
|||
%%WWWDIR%%/include/config.php.in
|
||||
%%WWWDIR%%/style.css
|
||||
%%WWWDIR%%/index.php
|
||||
@dirrm %%DOCSDIR%%/pgsql/scripts
|
||||
@dirrm %%DOCSDIR%%/pgsql
|
||||
@dirrm %%DOCSDIR%%/mysql/scripts
|
||||
@dirrm %%DOCSDIR%%/mysql
|
||||
@dirrm %%DOCSDIR%%
|
||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%/pgsql/scripts
|
||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%/pgsql
|
||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%/mysql/scripts
|
||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%/mysql
|
||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|
||||
@dirrm %%EXAMPLESDIR%%
|
||||
@dirrm %%WWWDIR%%/include
|
||||
@dirrmtry %%WWWDIR%%
|
||||
|
|
Loading…
Reference in a new issue