svn commit: r326974 - head/devel/p5-Log-Dispatch-Dir
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Wed Sep 11 12:58:18 UTC 2013
Author: sunpoet
Date: Wed Sep 11 12:58:17 2013
New Revision: 326974
URL: http://svnweb.freebsd.org/changeset/ports/326974
Log:
- Fix build
Reported by: pkg-fallout
Modified:
head/devel/p5-Log-Dispatch-Dir/Makefile
head/devel/p5-Log-Dispatch-Dir/pkg-plist (contents, props changed)
Modified: head/devel/p5-Log-Dispatch-Dir/Makefile
==============================================================================
--- head/devel/p5-Log-Dispatch-Dir/Makefile Wed Sep 11 12:57:13 2013 (r326973)
+++ head/devel/p5-Log-Dispatch-Dir/Makefile Wed Sep 11 12:58:17 2013 (r326974)
@@ -22,7 +22,7 @@ RUN_DEPENDS:= ${BUILD_DEPENDS}
TEST_DEPENDS= p5-File-LibMagic>=0:${PORTSDIR}/devel/p5-File-LibMagic \
p5-Media-Type-Simple>=0:${PORTSDIR}/devel/p5-Media-Type-Simple
-USE_PERL5= modbuild
+USE_PERL5= configure
USES= perl5
MAN3= Log::Dispatch::Dir.3
Modified: head/devel/p5-Log-Dispatch-Dir/pkg-plist
==============================================================================
--- head/devel/p5-Log-Dispatch-Dir/pkg-plist Wed Sep 11 12:57:13 2013 (r326973)
+++ head/devel/p5-Log-Dispatch-Dir/pkg-plist Wed Sep 11 12:58:17 2013 (r326974)
@@ -1,3 +1,7 @@
%%SITE_PERL%%/Log/Dispatch/Dir.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Log/Dispatch/Dir/.packlist
+ at dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Log/Dispatch/Dir
+ at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Log/Dispatch
+ at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Log
@dirrmtry %%SITE_PERL%%/Log/Dispatch
@dirrmtry %%SITE_PERL%%/Log
More information about the svn-ports-head
mailing list