$OpenBSD: patch-bin_Makefile_in,v 1.2 2011/12/03 15:01:38 sthen Exp $
--- bin/Makefile.in.orig	Fri Sep 16 09:03:31 2011
+++ bin/Makefile.in	Fri Sep 16 11:57:50 2011
@@ -10,8 +10,8 @@ INSTALL=@INSTALL@
 INSTALL_OPTS=@INSTALL_OPTS@
 
 install: installdirs
-	find . -mindepth 1 -type f -not -name "*.in" -and -not -name "Makefile" -exec $(INSTALL) -m 775 $(INSTALL_OPTS) {} $(DESTDIR)$(prefix)/bin/{} \;
-	find . -mindepth 1 -type f -not -name "*.in" -and -not -name "Makefile" -exec chmod +x $(DESTDIR)$(prefix)/bin/{} \;
+	find . -mindepth 1 -type f \! -name "*.in" -and \! -name "Makefile" -exec $(INSTALL) -m 775 $(INSTALL_OPTS) {} $(DESTDIR)$(prefix)/bin/{} \;
+	find . -mindepth 1 -type f \! -name "*.in" -and \! -name "Makefile" -exec chmod +x $(DESTDIR)$(prefix)/bin/{} \;
 
 installdirs:
 	$(INSTALL) -m 755 $(INSTALL_OPTS) -d $(DESTDIR)$(prefix)/bin
