From owner-freebsd-perl@FreeBSD.ORG Tue Apr 28 08:52:30 2009 Return-Path: Delivered-To: perl@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A1DA2106566C for ; Tue, 28 Apr 2009 08:52:30 +0000 (UTC) (envelope-from lars.thegler@gmail.com) Received: from mail-bw0-f165.google.com (mail-bw0-f165.google.com [209.85.218.165]) by mx1.freebsd.org (Postfix) with ESMTP id 29FB58FC17 for ; Tue, 28 Apr 2009 08:52:29 +0000 (UTC) (envelope-from lars.thegler@gmail.com) Received: by bwz9 with SMTP id 9so387742bwz.43 for ; Tue, 28 Apr 2009 01:52:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:reply-to:received :in-reply-to:references:date:x-google-sender-auth:message-id:subject :from:to:cc:content-type:content-transfer-encoding; bh=HLoV5948hgyWmm3kq5MC4wVJeJFY/VOPz3hAW55Iovw=; b=E/nxanLCwOXheZ4nqsNDFZxHMWBNA966aqOJweh6Bax+ZJT1jb6rGBwxaet+Lxa3Jt 9W2/Hoob0R5S0+SLM4tpByTEWyb8EofNb32mEccQbaQOQsCFL8AVY718n7fPlrBnQbEX jgxh5PCBOLwCoMz5Qlv5iWN4nXGEO8yWM6zAs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:reply-to:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type :content-transfer-encoding; b=l849XXTijLVVMDLJwlBLpEtZW560svsoEWtWEFgbISvxz3eIci3JKzLV1jDwMMJIFw HofQFh4kZqstQ2JjpEX5TmYbJ5BQu8HyqVGuXnouUlmGMwilKS/2DoeeswezKBw/B+4d hpUVBBYI9zdu7UYfZRpCreooGs0C9iFyBtcdo= MIME-Version: 1.0 Sender: lars.thegler@gmail.com Received: by 10.204.103.203 with SMTP id l11mr6180331bko.71.1240906788949; Tue, 28 Apr 2009 01:19:48 -0700 (PDT) In-Reply-To: <49E49F97.3030109@uct.ua> References: <49E49F97.3030109@uct.ua> Date: Tue, 28 Apr 2009 10:19:48 +0200 X-Google-Sender-Auth: 37310140717b75a0 Message-ID: <95a4ccfc0904280119y73498a6ag57d1bf5a3996fc8c@mail.gmail.com> From: Lars Thegler To: "A.Yerenkow" Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: perl@freebsd.org Subject: Re: you have typo in ports X-BeenThere: freebsd-perl@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: lars@thegler.dk List-Id: maintainer of a number of perl-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Apr 2009 08:52:30 -0000 Fixed, thanks! Next time please send a PR :) /Lars On Tue, Apr 14, 2009 at 4:37 PM, A.Yerenkow wrote: > > file /devel/p5-Object-MultiType/pkg-plist > > ... > @dirrmtry %%SITE_PERL%%/mach/auto/Object > @dirrmtry %SITE_PERL%%/%%PERL_ARCH%%/Object > @dirrmtry %%SITE_PERL%%/Object > > seems missing one sign "%" in second line from bottom, yes?