Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/perlmods
In directory sc8-pr-cvs17.sourceforge.net:/tmp/cvs-serv24210

Modified Files:
        pilot-link-pm.info 
Log Message:
fix direct install badness

Index: pilot-link-pm.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/perlmods/pilot-link-pm.info,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- pilot-link-pm.info  8 Nov 2007 16:24:00 -0000       1.12
+++ pilot-link-pm.info  22 Dec 2007 22:30:20 -0000      1.13
@@ -1,7 +1,7 @@
 Info2: <<
 Package: pilot-link-pm%type_pkg[perl]
 Version: 0.12.2
-Revision: 12
+Revision: 13
 Architecture: (%type_pkg[perl] = 581) powerpc, (%type_pkg[perl] = 584) powerpc
 Distribution: (%type_pkg[perl] = 581) 10.3, (%type_pkg[perl] = 581) 10.4, 
(%type_pkg[perl] = 584) 10.3, (%type_pkg[perl] = 584) 10.4
 ###
@@ -33,8 +33,10 @@
 PatchScript: <<
 #!/bin/sh -ev
   cd bindings/Perl 
+  rm Makefile
   patch -p1 <%{PatchFile}
   perl -pi -e 's,(prefix =).*,\1 "%p";,' Makefile.PL.in
+  perl -pi -e "s|'vendor'|'site'|" Makefile.PL.in
   head -n 19 Pilot.xs > ../../LICENSE
 <<
 ###
@@ -61,8 +63,9 @@
 InstallScript: << 
 #!/bin/sh -ev
 cd bindings/Perl
+#perl -pi -e 's|DESTDIR =|DESTDIR 
=%i/lib/perl5/%type_raw[perl]/darwin-thread-multi-2level|' Makefile
 %{default_script}
-make install DESTDIR=%i/lib/perl5/%type_raw[perl]/darwin-thread-multi-2level
+#make install DESTDIR=%i/lib/perl5/%type_raw[perl]/darwin-thread-multi-2level
 install -d %i/lib/perl5/%type_raw[perl]/darwin-thread-multi-2level/PDA
 install dump.pl Pilot.pm 
%i/lib/perl5/%type_raw[perl]/darwin-thread-multi-2level/PDA
 rm -rf %i/lib/perl5/%type_raw[perl]/darwin-thread-multi-2level%p
@@ -78,8 +81,6 @@
   This package builds the Perl bindings for Pilot-Link.
 <<
 DescPackaging: <<
-  Upstream refactored their build process for 0.12.2, so we had to follow suit.
-
   Renamed to pilot-link-pmXXX for >0.12.0, since the perlmods themselves aren't
   libversioned.
 
@@ -91,7 +92,9 @@
   overlap.
 <<
 DescPort: <<
-Patch Makefile.PL.in to use preinstalled libpisock and to use Fink's prefix.
+Upstream refactored their build process for 0.12.2, so we had to follow suit.
+Patch Makefile.PL.in to use preinstalled libpisock and to use Fink's prefix, 
and also to use site rather than vendor install location.
+
 <<  
 ###
 License: GPL


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Fink-commits mailing list
[email protected]
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to