- use APACHEMODDIR in pkg-plist [1]
- Mark MAKE_JOBS_SAFE=yes PR: ports/134608 [1] Approved by: maintainer (via e-mail) [1] Submitted by: me
This commit is contained in:
parent
5fa838cc16
commit
db29a7b53b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=234131
2 changed files with 3 additions and 1 deletions
|
@ -14,6 +14,8 @@ MASTER_SITES= http://bertrand.demiddelaer.org/mod_tsunami/
|
||||||
MAINTAINER= ale@FreeBSD.org
|
MAINTAINER= ale@FreeBSD.org
|
||||||
COMMENT= Apache module which dynamically limits a site's slot usage
|
COMMENT= Apache module which dynamically limits a site's slot usage
|
||||||
|
|
||||||
|
MAKE_JOBS_SAFE= yes
|
||||||
|
|
||||||
USE_APACHE= 1.3
|
USE_APACHE= 1.3
|
||||||
AP_FAST_BUILD= yes
|
AP_FAST_BUILD= yes
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
libexec/apache/mod_tsunami.so
|
%%APACHEMODDIR%%/mod_tsunami.so
|
||||||
@exec %D/sbin/apxs -e -A -n tsunami %D/%F
|
@exec %D/sbin/apxs -e -A -n tsunami %D/%F
|
||||||
@unexec %D/sbin/apxs -e -A -n tsunami %D/%F
|
@unexec %D/sbin/apxs -e -A -n tsunami %D/%F
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/AUTHORS
|
%%PORTDOCS%%%%DOCSDIR%%/AUTHORS
|
||||||
|
|
Loading…
Reference in a new issue