Make Apache2 + php happier, also resolve 'make deinstall' problem.

This commit is contained in:
Foxfair Hu 2003-02-26 08:28:54 +00:00
parent 6378beedbe
commit 13e4356373
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=76486
2 changed files with 8 additions and 3 deletions

View file

@ -13,11 +13,16 @@ MASTER_SITES= http://www.andrew.cmu.edu/~rdanyliw/snort/
MAINTAINER= ports@FreeBSD.org
COMMENT= Analysis Console for Intrusion Databases (ACID) with Snort and MySQL
RUN_DEPENDS= ${LOCALBASE}/libexec/apache/libphp4.so:${PORTSDIR}/www/mod_php4 \
${LOCALBASE}/libexec/mysqld:${PORTSDIR}/databases/mysql323-server \
RUN_DEPENDS= ${LOCALBASE}/libexec/mysqld:${PORTSDIR}/databases/mysql323-server \
${LOCALBASE}/bin/snort:${PORTSDIR}/security/snort \
${LOCALBASE}/www/data.default/php/adodb:${PORTSDIR}/databases/adodb
.if defined(WITH_APACHE2)
RUN_DEPENDS+= ${LOCALBASE}/libexec/apache2/libphp4.so:${PORTSDIR}/www/mod_php4
.else
RUN_DEPENDS+= ${LOCALBASE}/libexec/apache/libphp4.so:${PORTSDIR}/www/mod_php4
.endif
WRKSRC= ${WRKDIR}/${PORTNAME}
NO_BUILD= yes

View file

@ -10,7 +10,6 @@ www/acid/acid_app_faq.php
www/acid/acid_cache.inc
www/acid/acid_common.php
www/acid/acid_conf.php
www/acid/acid_conf.php.orig
www/acid/acid_constants.inc
www/acid/acid_db.inc
www/acid/acid_db_common.php
@ -56,3 +55,4 @@ www/acid/create_acid_tbls_mysql.sql
www/acid/create_acid_tbls_pgsql.sql
www/acid/create_acid_tbls_pgsql_extra.sql
www/acid/index.html
@dirrm www/acid