Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 11 Sep 2013 12:58:17 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r326974 - head/devel/p5-Log-Dispatch-Dir
Message-ID:  <201309111258.r8BCwHVk077526@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
+@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Log/Dispatch/Dir
+@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Log/Dispatch
+@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Log
 @dirrmtry %%SITE_PERL%%/Log/Dispatch
 @dirrmtry %%SITE_PERL%%/Log



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309111258.r8BCwHVk077526>