mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-05 06:27:37 +00:00
- USE_APACHE= yes is deprecated
- Convert to AP_FAST_BUILD/AP_GENPLIST
This commit is contained in:
parent
c3dfedb406
commit
4f3e1d8979
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=232173
@ -13,12 +13,9 @@ MASTER_SITES= http://download.tangent.org/
|
||||
MAINTAINER= apache@FreeBSD.org
|
||||
COMMENT= Apache module to launch triggers if certain actions occur
|
||||
|
||||
USE_APACHE= yes
|
||||
USE_APACHE= 1.3
|
||||
|
||||
do-build:
|
||||
@cd ${WRKSRC} && ${APXS} -c ${PORTNAME}.c
|
||||
|
||||
do-install:
|
||||
${APXS} -i -A -n ${PORTNAME:S/_//g} ${WRKSRC}/${PORTNAME}.so
|
||||
AP_FAST_BUILD= yes
|
||||
AP_GENPLIST= yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,3 +0,0 @@
|
||||
libexec/apache/mod_trigger.so
|
||||
@exec %D/sbin/apxs -e -A -n trigger %D/%F
|
||||
@unexec %D/sbin/apxs -e -A -n trigger %D/%F
|
Loading…
Reference in New Issue
Block a user