summaryrefslogtreecommitdiff
path: root/x11/xidle
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2006-05-13 05:00:46 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2006-05-13 05:00:46 +0000
commit5b2fd8de70e4c33699c9335a901f40c63fe08e01 (patch)
tree42b0d2f988ffac4df04dcff388a29052efdec94a /x11/xidle
parentRemove USE_REINPLACE from categories starting with W (diff)
Remove USE_REINPLACE from categories starting with X
Notes
Notes: svn path=/head/; revision=162219
Diffstat (limited to 'x11/xidle')
-rw-r--r--x11/xidle/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/x11/xidle/Makefile b/x11/xidle/Makefile
index 6f5adf75bafd..1c737d145528 100644
--- a/x11/xidle/Makefile
+++ b/x11/xidle/Makefile
@@ -27,8 +27,6 @@ MAN1= xidle.1
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 502104
-USE_REINPLACE= yes
-
post-extract:
@${REINPLACE_CMD} -e 's|getopt_long_only|getopt_long|' ${WRKSRC}/xidle.c
.endif