diff options
author | tg <tg@FreeBSD.org> | 2003-05-09 15:42:24 +0000 |
---|---|---|
committer | tg <tg@FreeBSD.org> | 2003-05-09 15:42:24 +0000 |
commit | 6eafb60271417f6f0f181f5870c6494d496f0ca7 (patch) | |
tree | 8cff22051bd6bcaccef5fbf4197b8504054ceccf /x11 | |
parent | 2576b42258e1645802f6c014b9d748a58fd9eb96 (diff) | |
download | FreeBSD-ports-6eafb60271417f6f0f181f5870c6494d496f0ca7.zip FreeBSD-ports-6eafb60271417f6f0f181f5870c6494d496f0ca7.tar.gz |
Use REINPLACE_CMD.
PR: 50843
Submitted by: Ulrich Spoerlein <q@uni.de>
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xlockmore/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/xlockmore/Makefile b/x11/xlockmore/Makefile index 97775fb..7989ad2 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 <bsd.port.post.mk> |