---
 bindings/perl/Makefile |    6 	3 +	3 -	0 !
 1 file changed, 3 insertions(+), 3 deletions(-)

Index: mythtv/bindings/perl/Makefile
===================================================================
--- mythtv.orig/bindings/perl/Makefile	2010-08-28 12:43:20.000000000 -0400
+++ mythtv/bindings/perl/Makefile	2010-09-20 14:37:56.000000000 -0400
@@ -13,15 +13,15 @@ distclean: clean
 	-rm -f Makefile.perl.old
 
 Makefile.perl: Makefile.PL
-	perl Makefile.PL MAKEFILE=Makefile.perl PREFIX="$(PREFIX)" $(PERL_CONFIG_OPTS)
+	perl Makefile.PL MAKEFILE=Makefile.perl $(PERL_CONFIG_OPTS)
 
 perl_build: Makefile.perl
 	@-$(MAKE) -f Makefile.perl
 
 install: all
-	$(MAKE) -f Makefile.perl pure_install $(ROOT_FLAGS) PREFIX="$(PREFIX)"
+	$(MAKE) -f Makefile.perl pure_install $(ROOT_FLAGS)
 
 uninstall:
 	$(warning make unsinstall is not supported for the perl bindings)
 
-.PHONY: all clean distclean install perl_build uninstall
\ No newline at end of file
+.PHONY: all clean distclean install perl_build uninstall
