$OpenBSD: patch-src_findlib_Makefile,v 1.5 2014/10/22 14:56:42 chrisz Exp $
--- src/findlib/Makefile.orig	Wed Oct 15 13:07:40 2014
+++ src/findlib/Makefile	Wed Oct 22 16:54:22 2014
@@ -74,7 +74,7 @@ topfind.ml: topfind.ml.in
 	if [ "$(ENABLE_TOPFIND_PPXOPT)" = "true" ]; then                 \
 		cp topfind.ml.in topfind.ml;                             \
 	else                                                             \
-		sed -e '/PPXOPT_BEGIN/,/PPXOPT_END/{d}' topfind.ml.in    \
+		sed -e '/PPXOPT_BEGIN/,/PPXOPT_END/ d' topfind.ml.in    \
 			> topfind.ml ;                                   \
 	fi
 
