[csw-devel] SF.net SVN: gar:[18847] csw/mgar/pkg/perl/branches/perl-5.10.1-12548/ Makefile
bonivart at users.sourceforge.net
bonivart at users.sourceforge.net
Tue Jul 24 18:58:05 CEST 2012
Revision: 18847
http://gar.svn.sourceforge.net/gar/?rev=18847&view=rev
Author: bonivart
Date: 2012-07-24 16:58:05 +0000 (Tue, 24 Jul 2012)
Log Message:
-----------
perl/branches/perl-5.10.1-12548: fix excludes
Modified Paths:
--------------
csw/mgar/pkg/perl/branches/perl-5.10.1-12548/Makefile
Modified: csw/mgar/pkg/perl/branches/perl-5.10.1-12548/Makefile
===================================================================
--- csw/mgar/pkg/perl/branches/perl-5.10.1-12548/Makefile 2012-07-24 15:12:47 UTC (rev 18846)
+++ csw/mgar/pkg/perl/branches/perl-5.10.1-12548/Makefile 2012-07-24 16:58:05 UTC (rev 18847)
@@ -122,11 +122,11 @@
# Remove files from CSWpm-module-build
EXTRA_MERGE_EXCLUDE_FILES += .*\/man\/man.\/Module::Build.*
-EXTRA_MERGE_EXCLUDE_FILES += \/opt\/csw\/bin\/config_data
-EXTRA_MERGE_EXCLUDE_FILES += \/opt\/csw\/share\/man\/man1\/config_data.1
+EXTRA_MERGE_EXCLUDE_FILES += .*\/opt\/csw\/bin\/config_data
+EXTRA_MERGE_EXCLUDE_FILES += .*\/opt\/csw\/share\/man\/man1\/config_data.1
# Remove files from CSWpm-parse-cpan-meta
-EXTRA_MERGE_EXCLUDE_FILES += /opt/csw/share/perl/csw/Parse/CPAN/Meta.pm
-EXTRA_MERGE_EXCLUDE_FILES += /opt/csw/share/man/man3/Parse::CPAN::Meta.3perl
+EXTRA_MERGE_EXCLUDE_FILES += .*\/Parse\/CPAN\/Meta.pm
+EXTRA_MERGE_EXCLUDE_FILES += .*\/opt\/csw\/share\/man\/man3\/Parse::CPAN::Meta.3perl
PKGFILES_CSWperldoc = .*\/pod\/.*\.pod .*\/man\/man.\/.*
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