mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
- Fix plist and use DATADIR
Reported by: pointyhat via kris Approved by: portmgr Pointy hat to: me
This commit is contained in:
parent
dfc1e666ea
commit
82bc4f3a76
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=125691
@ -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
|
||||
|
@ -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%%
|
||||
|
Loading…
Reference in New Issue
Block a user