diff -urw hyperestraier-1.4.1/perlnative/Makefile.in hyperestraier-1.4.1+perl_fix/perlnative/Makefile.in
--- hyperestraier-1.4.1/perlnative/Makefile.in	2006-08-02 17:15:47.000000000 +0200
+++ hyperestraier-1.4.1+perl_fix/perlnative/Makefile.in	2006-09-05 00:03:13.000000000 +0200
@@ -15,7 +15,6 @@
 VERSION = @PACKAGE_VERSION@
 
 # Targets
-MYPLLIBS = Estraier.pm Estraier.so
 MYPLBINS = estcmd.pl
 
 # Install destinations
@@ -43,6 +42,7 @@
 
 
 all :
+	cp estraier-doc.pod src/Estraier.pod
 	( cd src && if ! [ -f Makefile ] ; \
 	  then $(RUNENV) $(PERL) Makefile.PL CC="$(CC)" INC="$(INC)" OPTIMIZE="$(OPTIMIZE)" \
           LD="$(LD)" LIBS="$(LIBS)" PREFIX="$(prefix)" ; fi )
@@ -70,7 +70,7 @@
 
 
 uninstall :
-	find $(DESTDIR)$(MYPLLIBDIR) | egrep 'Estraier(\.pm)?$$' | xargs rm -rf
+	cd src && make uninstall | grep '^unlink ' | sed 's/^unlink //' | xargs -i rm -v {}
 	cd $(DESTDIR)$(MYPLBINDIR) && rm -f $(MYPLBINS)
 
 
