Revision: 3693
          http://gar.svn.sourceforge.net/gar/?rev=3693&view=rev
Author:   bonivart
Date:     2009-03-10 14:38:26 +0000 (Tue, 10 Mar 2009)

Log Message:
-----------
Geo-IP-PurePerl: fix db path

Modified Paths:
--------------
    csw/mgar/pkg/cpan/Geo-IP-PurePerl/trunk/Makefile

Modified: csw/mgar/pkg/cpan/Geo-IP-PurePerl/trunk/Makefile
===================================================================
--- csw/mgar/pkg/cpan/Geo-IP-PurePerl/trunk/Makefile    2009-03-10 13:45:43 UTC 
(rev 3692)
+++ csw/mgar/pkg/cpan/Geo-IP-PurePerl/trunk/Makefile    2009-03-10 14:38:26 UTC 
(rev 3693)
@@ -21,3 +21,11 @@
 EXTRA_MERGE_EXCLUDE_FILES = .*~ .*perllocal\.pod
 
 include gar/category.mk
+
+post-configure-modulated:
+       @echo " ==> Post-configure for $(GARNAME) (custom)"
+       @echo "$(WORKSRC)"
+       @( cd $(WORKSRC)/lib/Geo/IP ; \
+          sed 
's/\/usr\/local\/share\/GeoIP\/GeoIP.dat/\/opt\/csw\/share\/GeoIP\/GeoIP.dat/' 
PurePerl.pm > tmp.sed ; \
+          mv tmp.sed PurePerl.pm )
+       @$(MAKECOOKIE)


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.
_______________________________________________
devel mailing list
[email protected]
https://lists.opencsw.org/mailman/listinfo/devel

Reply via email to