diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2007-07-15 19:10:58 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2007-07-15 19:10:58 +0000 |
commit | efb38fbb28a889f802e0e65dfd993a88bcdaa0be (patch) | |
tree | 0c8d1591b94ec9b9ffe2a28634a101f1d0620e8c /www/mod_log_dbd | |
parent | 60cf89a0c00540e751d9928fb561572211feb957 (diff) | |
download | ports-efb38fbb28a889f802e0e65dfd993a88bcdaa0be.tar.gz ports-efb38fbb28a889f802e0e65dfd993a88bcdaa0be.zip |
Notes
Diffstat (limited to 'www/mod_log_dbd')
-rw-r--r-- | www/mod_log_dbd/Makefile | 1 | ||||
-rw-r--r-- | www/mod_log_dbd/pkg-plist | 4 |
2 files changed, 3 insertions, 2 deletions
diff --git a/www/mod_log_dbd/Makefile b/www/mod_log_dbd/Makefile index ab871d594174..55d2593e2e43 100644 --- a/www/mod_log_dbd/Makefile +++ b/www/mod_log_dbd/Makefile @@ -6,6 +6,7 @@ PORTNAME= mod_log_dbd PORTVERSION= 0.2 +PORTREVISION= 1 CATEGORIES= www databases MASTER_SITES= http://bfoz.net/projects/${PORTNAME}/release/ diff --git a/www/mod_log_dbd/pkg-plist b/www/mod_log_dbd/pkg-plist index f4733556728d..97b0eddd22fb 100644 --- a/www/mod_log_dbd/pkg-plist +++ b/www/mod_log_dbd/pkg-plist @@ -1,4 +1,4 @@ -@unexec %D/sbin/apxs -e -A -n %%AP_NAME%% %D/%%APACHEMODDIR%%/%%AP_MODULE%% %%APACHEMODDIR%%/%%AP_MODULE%% -@exec %D/sbin/apxs -e -a -n %%AP_NAME%% %D/%F +@exec %D/sbin/apxs -e -A -n %%AP_NAME%% %D/%%APACHEMODDIR%%/%%AP_MODULE%% +@unexec /usr/bin/sed -i '' '/LoadModule %%AP_NAME%%_module/d' %D/%%APACHEETCDIR%%/httpd.conf @unexec echo "Don't forget to remove all mod_%%AP_NAME%% related directives in your httpd.conf" |