aboutsummaryrefslogtreecommitdiffstats
path: root/x11/xidle
diff options
context:
space:
mode:
authorwxs <wxs@FreeBSD.org>2009-01-06 03:42:29 +0800
committerwxs <wxs@FreeBSD.org>2009-01-06 03:42:29 +0800
commit5ae596207dc0bd85ca28a43d715d82bc6b358b81 (patch)
tree429d1cbf81dc725269224bf70d9d438fa18e5dd3 /x11/xidle
parentaa020b736f5c57adddbd7c17d2197f70d6420a72 (diff)
downloadfreebsd-ports-gnome-5ae596207dc0bd85ca28a43d715d82bc6b358b81.tar.gz
freebsd-ports-gnome-5ae596207dc0bd85ca28a43d715d82bc6b358b81.tar.zst
freebsd-ports-gnome-5ae596207dc0bd85ca28a43d715d82bc6b358b81.zip
- Remove conditional checks for FreeBSD 5.x and older
Approved by: pav
Diffstat (limited to 'x11/xidle')
-rw-r--r--x11/xidle/Makefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/x11/xidle/Makefile b/x11/xidle/Makefile
index 2229b5483fd7..2dd56bcb36ca 100644
--- a/x11/xidle/Makefile
+++ b/x11/xidle/Makefile
@@ -26,11 +26,6 @@ MAN1= xidle.1
.include <bsd.port.pre.mk>
-.if ${OSVERSION} < 502104
-post-extract:
- @${REINPLACE_CMD} -e 's|getopt_long_only|getopt_long|' ${WRKSRC}/xidle.c
-.endif
-
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/xidle ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/xidle.1 ${PREFIX}/man/man1