[csw-devel] SF.net SVN: gar:[8682] csw/mgar/pkg/subversion/trunk/Makefile

dmichelsen at users.sourceforge.net dmichelsen at users.sourceforge.net
Fri Feb 19 14:21:20 CET 2010


Revision: 8682
          http://gar.svn.sourceforge.net/gar/?rev=8682&view=rev
Author:   dmichelsen
Date:     2010-02-19 13:21:20 +0000 (Fri, 19 Feb 2010)

Log Message:
-----------
subversion: Adjust exclude for Perl 5.10

Modified Paths:
--------------
    csw/mgar/pkg/subversion/trunk/Makefile

Modified: csw/mgar/pkg/subversion/trunk/Makefile
===================================================================
--- csw/mgar/pkg/subversion/trunk/Makefile	2010-02-19 12:53:49 UTC (rev 8681)
+++ csw/mgar/pkg/subversion/trunk/Makefile	2010-02-19 13:21:20 UTC (rev 8682)
@@ -167,8 +167,8 @@
 # All of the perl modules go to $(libdir)/perl/site_perl. We are not interested
 # in the version specific perl directory which only contains a perllocal.pod.
 # Can this be re-done as a version agnostic regex? Couldn't get this to work :/
-# EXTRA_MERGE_EXCLUDE_FILES += $(libdir)/perl/(?!site_perl\/)
-EXTRA_MERGE_EXCLUDE_FILES += $(libdir)/perl/5.8.8.*
+# EXTRA_MERGE_EXCLUDE_FILES += $(libdir)/perl/(?!site_perl)
+EXTRA_MERGE_EXCLUDE_FILES += $(libdir)/perl/5.*
 
 NODIRPATHS      = --libdir --libexecdir
 CONFIGURE_ARGS  = $(DIRPATHS) --libdir=$(SVNLIB) --libexecdir=$(SVNLIB)


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