From fbda0ef9f9fc7382d18bab449b06cab9b6447b24 Mon Sep 17 00:00:00 2001 From: Thomas Gellekum Date: Fri, 9 May 2003 15:42:24 +0000 Subject: Use REINPLACE_CMD. PR: 50843 Submitted by: Ulrich Spoerlein --- x11/xlockmore/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'x11') diff --git a/x11/xlockmore/Makefile b/x11/xlockmore/Makefile index 97775fb7c151..7989ad274e45 100644 --- a/x11/xlockmore/Makefile +++ b/x11/xlockmore/Makefile @@ -16,6 +16,7 @@ MAINTAINER= tg@FreeBSD.org COMMENT= Like XLock session locker/screen saver, but just more USE_BZIP2= yes +USE_REINPLACE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --without-gl --without-motif --without-sx \ --without-editres --without-dtsaver --without-rplay \ @@ -51,7 +52,7 @@ CONFIGURE_ARGS+= --disable-allow-root .if ${XFREE86_VERSION} >= 4 post-configure: - ${PERL} -pi -e 's/-lXdpms//g' ${WRKSRC}/modes/Makefile + ${REINPLACE_CMD} -e 's/-lXdpms//g' ${WRKSRC}/modes/Makefile .endif .include -- cgit v1.2.3