summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorClement Laforet <clement@FreeBSD.org>2005-01-03 09:27:36 +0000
committerClement Laforet <clement@FreeBSD.org>2005-01-03 09:27:36 +0000
commit82bc4f3a761434d9b290f3e3dbaa5963e94261b4 (patch)
treec3f1937a893623ae64f6ac51a2baeaabd3f5c7a1 /www
parentAdditionally suggest adding /tmp/.ICE-unix to daily_clean_tmps_ignore for users (diff)
- Fix plist and use DATADIR
Reported by: pointyhat via kris Approved by: portmgr Pointy hat to: me
Notes
Notes: svn path=/head/; revision=125691
Diffstat (limited to 'www')
-rw-r--r--www/mod_accounting/Makefile2
-rw-r--r--www/mod_accounting/pkg-plist3
2 files changed, 3 insertions, 2 deletions
diff --git a/www/mod_accounting/Makefile b/www/mod_accounting/Makefile
index 9db3d0042a38..820d484f8936 100644
--- a/www/mod_accounting/Makefile
+++ b/www/mod_accounting/Makefile
@@ -7,7 +7,7 @@
PORTNAME= mod_accounting
PORTVERSION= 0.5
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= www
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= mod-acct
diff --git a/www/mod_accounting/pkg-plist b/www/mod_accounting/pkg-plist
index 5ed9eddda324..23fc82a39c42 100644
--- a/www/mod_accounting/pkg-plist
+++ b/www/mod_accounting/pkg-plist
@@ -2,8 +2,9 @@ libexec/apache/mod_accounting.so
@exec %D/sbin/apxs -e -A -n accounting %D/%f
@unexec %D/sbin/apxs -e -A -n accounting %D/%f
@unexec echo "===> If you do not plan on reinstalling mod_accounting, you must manually remove"; echo "===> references to it in httpd.conf."
-share/mod_accounting/schema.sql
+%%DATADIR%%/schema.sql
%%PORTDOCS%%%%DOCSDIR%%/README
%%PORTDOCS%%%%DOCSDIR%%/FAQ.txt
%%PORTDOCS%%%%DOCSDIR%%/LICENSE
%%PORTDOCS%%@dirrm %%DOCSDIR%%
+@dirrm %%DATADIR%%