Revision: 124816 https://trac.macports.org/changeset/124816 Author: devans@macports.org Date: 2014-08-28 05:24:09 -0700 (Thu, 28 Aug 2014) Log Message: ----------- p5-mail-clamav: delete duplicate copy of blib/arch erroneously installed back into the work path causing 'already installed' activation errors, increment the revision for those who decided to force the activation (#44702). Modified Paths: -------------- trunk/dports/perl/p5-mail-clamav/Portfile Modified: trunk/dports/perl/p5-mail-clamav/Portfile =================================================================== --- trunk/dports/perl/p5-mail-clamav/Portfile 2014-08-28 11:33:43 UTC (rev 124815) +++ trunk/dports/perl/p5-mail-clamav/Portfile 2014-08-28 12:24:09 UTC (rev 124816) @@ -6,7 +6,7 @@ perl5.branches 5.8 5.10 5.12 5.14 5.16 perl5.setup Mail-ClamAV 0.29 -revision 4 +revision 5 maintainers nomaintainer description Perl interface to the clamav virus scanner long_description Clam AntiVirus is an anti-virus toolkit for UNIX. \ @@ -27,4 +27,11 @@ patch-ClamAV.pm.diff use_parallel_build no + +# delete duplicate copy of blib/arch erroneously installed back into the +# work path causing "already installed" activation errors (#44702) + + post-destroot { + delete ${destroot}${prefix}/var + } }
participants (1)
-
devans@macports.org