1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00

- fix build on CURRENT

PR:		117233
Reported by:	Alexander Logvinov
This commit is contained in:
Dirk Meyer 2007-10-16 15:57:51 +00:00
parent a36d975abc
commit 503e202a06
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=201565

View File

@ -386,6 +386,8 @@ post-extract:
${FILESDIR}/rcng.sh > ${WRKSRC}/rcng.sh
@${SED} -e "s=%%PREFIX%%=${PREFIX}=g" ${FILESDIR}/apache.sh \
> ${WRKSRC}/apache.sh
@${REINPLACE_CMD} -e 's|echo aout|echo elf|' \
${WRKSRC}/src/Configure
.if defined(WITH_APACHE_MODSNMP) || defined(APACHE_WITH_MODSNMP)
(cd ${WRKSRC}; ${TAR} xfz ${DISTDIR}/${MODSNMP_FILE})
.endif