diff options
author | wxs <wxs@FreeBSD.org> | 2009-01-06 03:42:29 +0800 |
---|---|---|
committer | wxs <wxs@FreeBSD.org> | 2009-01-06 03:42:29 +0800 |
commit | 5ae596207dc0bd85ca28a43d715d82bc6b358b81 (patch) | |
tree | 429d1cbf81dc725269224bf70d9d438fa18e5dd3 /x11/xidle | |
parent | aa020b736f5c57adddbd7c17d2197f70d6420a72 (diff) | |
download | freebsd-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/Makefile | 5 |
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 |