mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
Rework how we tell the Makefile to use ${LOCALBASE}/sbin/apxs.
Noticed by: bento
This commit is contained in:
parent
385515d829
commit
77ec75baf3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=51540
@ -16,10 +16,8 @@ MAINTAINER= petef@FreeBSD.org
|
||||
BUILD_DEPENDS= ${LOCALBASE}/sbin/apxs:${PORTSDIR}/www/apache13
|
||||
RUN_DEPENDS= ${LOCALBASE}/sbin/apxs:${PORTSDIR}/www/apache13
|
||||
|
||||
MAKE_ENV= APXS=${LOCALBASE}/sbin/apxs
|
||||
|
||||
post-patch:
|
||||
@${PERL} -pi -e 's!APXS=apxs!APXS?=apxs!' \
|
||||
@${PERL} -pi -e 's!apxs!${LOCALBASE}/sbin/apxs!g' \
|
||||
${WRKSRC}/Makefile
|
||||
|
||||
post-install:
|
||||
|
Loading…
Reference in New Issue
Block a user