From owner-svn-ports-all@FreeBSD.ORG Mon Nov 17 15:41:38 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A6C8A376; Mon, 17 Nov 2014 15:41:38 +0000 (UTC) Received: from prod2.absolight.net (mx3.absolight.net [IPv6:2a01:678:2:100::25]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client CN "plouf.absolight.net", Issuer "CAcert Class 3 Root" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 644FBB4E; Mon, 17 Nov 2014 15:41:38 +0000 (UTC) Received: from prod2.absolight.net (localhost [127.0.0.1]) by prod2.absolight.net (Postfix) with ESMTP id 3310ABDC24; Mon, 17 Nov 2014 16:41:35 +0100 (CET) Received: from gw.in.absolight.net (gw-ecl.in.absolight.net [79.143.241.69]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "gw.in.absolight.net", Issuer "CA Cert Signing Authority" (not verified)) by prod2.absolight.net (Postfix) with ESMTPSA id 2D53CBDC1F; Mon, 17 Nov 2014 16:41:35 +0100 (CET) Received: from ogg.in.absolight.net (ogg.in.absolight.net [79.143.241.239]) by gw.in.absolight.net (Postfix) with ESMTP id 95C9360E8; Mon, 17 Nov 2014 16:41:34 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by ogg.in.absolight.net (Postfix) with ESMTP id C7E857845597; Mon, 17 Nov 2014 16:41:33 +0100 (CET) Date: Mon, 17 Nov 2014 16:41:33 +0100 From: Mathieu Arnold To: Baptiste Daroussin , Alfred Perlstein Subject: Re: svn commit: r372654 - in head/editors/vim: . files Message-ID: In-Reply-To: <20141117152620.GC48896@ivaldir.etoilebsd.net> References: <201411162255.sAGMtAaW055221@svn.freebsd.org> <20141117064309.GB48896@ivaldir.etoilebsd.net> <305A5CEB-E71C-4148-A8D5-A0B74C32B23B@mu.org> <20141117152620.GC48896@ivaldir.etoilebsd.net> X-Mailer: Mulberry/4.0.8 (Mac OS X) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: inline Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, Alfred Perlstein , ports-committers@freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 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: Mon, 17 Nov 2014 15:41:38 -0000 +--On 17 novembre 2014 16:26:20 +0100 Baptiste Daroussin wrote: |> So |> 1) the installed file needs to have .sample as suffix. Example: |> "file.sample" 2) it will actually be installed as "file"? |> |> So I can: |> 1) fix the post-install target to install files as vimrc.example AND |> 2) fix the pkg-plist to call the file vimrc.example as well? |> | https://www.freebsd.org/doc/en/books/porters-handbook/plist-keywords.html | #plist-keywords-sample-example I'm sure you actually meant: https://www.freebsd.org/doc/en/books/porters-handbook/plist-config.html -- Mathieu Arnold