aboutsummaryrefslogtreecommitdiff
path: root/x11/xidle
diff options
context:
space:
mode:
authorWesley Shields <wxs@FreeBSD.org>2009-01-05 19:42:29 +0000
committerWesley Shields <wxs@FreeBSD.org>2009-01-05 19:42:29 +0000
commitc0a7a1f97264b914fa27603f8433b87b38b15f14 (patch)
tree31f183fd8d5eafcdc64858149e67eed38d5789d9 /x11/xidle
parent5bbd5cd2dc9f1331906bad4149f5d061fc9c737a (diff)
downloadports-c0a7a1f97264b914fa27603f8433b87b38b15f14.tar.gz
ports-c0a7a1f97264b914fa27603f8433b87b38b15f14.zip
- Remove conditional checks for FreeBSD 5.x and older
Approved by: pav
Notes
Notes: svn path=/head/; revision=225292
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