diff options
author | Clement Laforet <clement@FreeBSD.org> | 2005-01-03 09:27:36 +0000 |
---|---|---|
committer | Clement Laforet <clement@FreeBSD.org> | 2005-01-03 09:27:36 +0000 |
commit | 82bc4f3a761434d9b290f3e3dbaa5963e94261b4 (patch) | |
tree | c3f1937a893623ae64f6ac51a2baeaabd3f5c7a1 /www/mod_accounting | |
parent | dfc1e666eaf09a3308e1ea566fd5df4b37bb0c6d (diff) | |
download | ports-82bc4f3a761434d9b290f3e3dbaa5963e94261b4.tar.gz ports-82bc4f3a761434d9b290f3e3dbaa5963e94261b4.zip |
Notes
Diffstat (limited to 'www/mod_accounting')
-rw-r--r-- | www/mod_accounting/Makefile | 2 | ||||
-rw-r--r-- | www/mod_accounting/pkg-plist | 3 |
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%% |