From 899917f96ae730d482409f4715b91b88dbf09d8f Mon Sep 17 00:00:00 2001 From: pav Date: Sun, 15 Jul 2007 19:10:58 +0000 Subject: - Fix apxs invocation on package install - Properly clean up httpd.conf on package deinstall --- www/mod_log_dbd/Makefile | 1 + www/mod_log_dbd/pkg-plist | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) (limited to 'www/mod_log_dbd') diff --git a/www/mod_log_dbd/Makefile b/www/mod_log_dbd/Makefile index ab871d59417..55d2593e2e4 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 f4733556728..97b0eddd22f 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" -- cgit
FreeBSD graphics obsolete development ports (https://github.com/freebsd/freebsd-ports-graphics)
aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/paintlib
Commit message (Expand)AuthorAgeFilesLines
* Use libtool port instead of included version to avoid objformat a.out botchkris2007-02-011-0/+1
* Fix build with gcc41arved2006-12-233-0/+39
* Update the ftp/curl port to 7.16.0.roam2006-12-131-1/+1
* - s,INSTALLS_SHLIB,USE_LDCONFIG,gclsung2006-08-151-1/+1
* Conversion to a single libtool environment.ade2006-02-23