$OpenBSD: patch-lib_raphael_Makefile_in,v 1.1 2013/10/26 23:01:44 sthen Exp $

there is no src/ directory; gmake continues but bsd make exits at this point.

--- lib/raphael/Makefile.in.orig	Fri Oct 25 10:10:52 2013
+++ lib/raphael/Makefile.in	Fri Oct 25 10:10:58 2013
@@ -16,7 +16,3 @@ install: installdirs
 
 installdirs:
 	$(INSTALL) -m 755 $(INSTALL_OPTS) -d $(DESTDIR)$(prefix)/lib/raphael/
-	@dirs=`find src -mindepth 1 -type d`; \
-	for dir in $$dirs; do \
-		$(INSTALL) -m 755 $(INSTALL_OPTS) -d $(DESTDIR)$(prefix)/lib/raphael/"$$dir"; \
-	done
