aboutsummaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorThomas Gellekum <tg@FreeBSD.org>2003-05-09 15:42:24 +0000
committerThomas Gellekum <tg@FreeBSD.org>2003-05-09 15:42:24 +0000
commitfbda0ef9f9fc7382d18bab449b06cab9b6447b24 (patch)
treeaf1aa1603b22bad19407b3f16c249a2fbe54ad4f /x11
parent3d5eaab42b582b42c72bc1239c191eabd0998655 (diff)
downloadports-fbda0ef9f9fc7382d18bab449b06cab9b6447b24.tar.gz
ports-fbda0ef9f9fc7382d18bab449b06cab9b6447b24.zip
Notes
Diffstat (limited to 'x11')
-rw-r--r--x11/xlockmore/Makefile3
1 files changed, 2 insertions, 1 deletions
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 <bsd.port.post.mk>