diff options
author | Wesley Shields <wxs@FreeBSD.org> | 2009-01-05 19:42:29 +0000 |
---|---|---|
committer | Wesley Shields <wxs@FreeBSD.org> | 2009-01-05 19:42:29 +0000 |
commit | c0a7a1f97264b914fa27603f8433b87b38b15f14 (patch) | |
tree | 31f183fd8d5eafcdc64858149e67eed38d5789d9 /x11/xidle | |
parent | 5bbd5cd2dc9f1331906bad4149f5d061fc9c737a (diff) |
Notes
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 |