diff options
Diffstat (limited to 'www/mod_cvs/Makefile')
-rw-r--r-- | www/mod_cvs/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/mod_cvs/Makefile b/www/mod_cvs/Makefile index d10a5e819180..a6fa3c529704 100644 --- a/www/mod_cvs/Makefile +++ b/www/mod_cvs/Makefile @@ -16,12 +16,13 @@ MAINTAINER= petef@FreeBSD.org BUILD_DEPENDS= ${APXS}:${PORTSDIR}/www/apache13 RUN_DEPENDS= ${APXS}:${PORTSDIR}/www/apache13 +USE_REINPLACE= yes MAKE_ARGS+= APXS="${APXS}" APXS?= ${LOCALBASE}/sbin/apxs post-patch: - @${PERL} -pi -e 's,apxs,${APXS},g' ${WRKSRC}/Makefile + @${REINPLACE_CMD} -e 's,apxs,${APXS},g' ${WRKSRC}/Makefile do-install: ${APXS} -i -A -n cvs ${WRKSRC}/mod_cvs.so |