[csw-devel] SF.net SVN: gar:[3693] csw/mgar/pkg/cpan/Geo-IP-PurePerl/trunk/Makefile
bonivart at users.sourceforge.net
bonivart at users.sourceforge.net
Tue Mar 10 15:38:26 CET 2009
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.
More information about the devel
mailing list