1
0
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:
Pete Fritchman 2001-12-14 21:24:11 +00:00
parent 385515d829
commit 77ec75baf3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=51540

View File

@ -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: