Modified: trunk/dports/perl/p5-mail-clamav/Portfile (124815 => 124816)
--- 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
+ }
}