mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
Fix error reported by bento when apache is installed as a depend
Bump PORTREVISION PR: 28440 Submitted by: maintainer
This commit is contained in:
parent
d869164885
commit
cf6a741fe0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=44491
@ -7,6 +7,7 @@
|
||||
|
||||
PORTNAME= mod_layout
|
||||
PORTVERSION= 2.10.6
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= ftp://ftp.tangent.org/pub/apache/ \
|
||||
http://www.tangent.org/mod_layout/
|
||||
@ -16,8 +17,11 @@ MAINTAINER= petef@databits.net
|
||||
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!-i -a -n!-i -A -n!' ${WRKSRC}/Makefile
|
||||
@${PERL} -pi -e 's!-i -a -n!-i -A -n!; s!APXS=apxs!APXS?=apxs!' \
|
||||
${WRKSRC}/Makefile
|
||||
|
||||
post-install:
|
||||
.if !defined(NOPORTDOCS)
|
||||
|
Loading…
Reference in New Issue
Block a user