From owner-svn-ports-all@FreeBSD.ORG Wed Mar 13 11:09:05 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 217C9885; Wed, 13 Mar 2013 11:09:05 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 0A55D862; Wed, 13 Mar 2013 11:09:05 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r2DB94Ch091962; Wed, 13 Mar 2013 11:09:04 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r2DB94BS091961; Wed, 13 Mar 2013 11:09:04 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201303131109.r2DB94BS091961@svn.freebsd.org> From: Baptiste Daroussin Date: Wed, 13 Mar 2013 11:09:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r314064 - head/math/p5-Math-Spline X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Mar 2013 11:09:05 -0000 Author: bapt Date: Wed Mar 13 11:09:04 2013 New Revision: 314064 URL: http://svnweb.freebsd.org/changeset/ports/314064 Log: Fix plist Modified: head/math/p5-Math-Spline/pkg-plist Modified: head/math/p5-Math-Spline/pkg-plist ============================================================================== --- head/math/p5-Math-Spline/pkg-plist Wed Mar 13 11:08:15 2013 (r314063) +++ head/math/p5-Math-Spline/pkg-plist Wed Mar 13 11:09:04 2013 (r314064) @@ -1,5 +1,5 @@ %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Spline/.packlist %%SITE_PERL%%/Math/Spline.pm @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Spline -@dirrmtry %SITE_PERL%%/%%PERL_ARCH%%/auto/Math -@dirrmtry %SITE_PERL%%/Math +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math +@dirrmtry %%SITE_PERL%%/Math