diff options
-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%% |