$OpenBSD: patch-perl_Makefile_in,v 1.5 2009/10/21 09:59:54 ajacoutot Exp $
--- perl/Makefile.in.orig	Fri Oct 16 20:39:25 2009
+++ perl/Makefile.in	Wed Oct 21 11:32:04 2009
@@ -538,7 +538,7 @@ uninstall-am: uninstall-info-am uninstall-libLTLIBRARI
 
 
 .xs.cpp: typemap
-	xsubpp -noprototypes -nolinenumbers -C++ -typemap /usr/share/perl/$(PVERSION)/ExtUtils/typemap $< > $@; \
+	xsubpp -noprototypes -nolinenumbers -C++ -typemap /usr/libdata/perl5/ExtUtils/typemap $< > $@; \
 	if [ $$? -ne 0 ]; then rm $@; fi
 
 check-syntax:
