From 690d5eb77dfe38a8ae1bee0d3c26e53669d15fcd Mon Sep 17 00:00:00 2001 From: edwin Date: Mon, 4 Nov 2002 03:17:29 +0000 Subject: PERL -> REINPLACE and USE_PERL5 in some places Noticed by: bento --- archivers/xdms/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'archivers') diff --git a/archivers/xdms/Makefile b/archivers/xdms/Makefile index 3f8969ca325..6e2bc320c2a 100644 --- a/archivers/xdms/Makefile +++ b/archivers/xdms/Makefile @@ -14,11 +14,12 @@ DISTNAME= xdms MAINTAINER= markp@FreeBSD.org USE_ZIP= yes +USE_REINPLACE= yes WRKSRC= ${WRKDIR}/xdms/src ALL_TARGET= xdms pre-build: - ${PERL} -pi -e "s@gcc@${CC}@g; s@-O3 -Wall@${CFLAGS} -Wall@g" ${WRKSRC}/Makefile + ${REINPLACE_CMD} -e "s@gcc@${CC}@g; s@-O3 -Wall@${CFLAGS} -Wall@g" ${WRKSRC}/Makefile do-install: ${INSTALL_PROGRAM} ${WRKSRC}/xdms ${PREFIX}/bin -- cgit