From owner-svn-ports-head@FreeBSD.ORG Sun Nov 16 11:24:11 2014 Return-Path: Delivered-To: svn-ports-head@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 14667ECE; Sun, 16 Nov 2014 11:24:11 +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 CCF5DBEF; Sun, 16 Nov 2014 11:24:10 +0000 (UTC) Received: from prod2.absolight.net (localhost [127.0.0.1]) by prod2.absolight.net (Postfix) with ESMTP id 46062BDC25; Sun, 16 Nov 2014 12:24:07 +0100 (CET) Received: from atuin.in.mat.cc (atuin.in.mat.cc [79.143.241.205]) by prod2.absolight.net (Postfix) with ESMTPA id 34091BDC24; Sun, 16 Nov 2014 12:24:07 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by atuin.in.mat.cc (Postfix) with ESMTP id 6BCC11B7164B; Sun, 16 Nov 2014 12:24:04 +0100 (CET) Date: Sun, 16 Nov 2014 12:24:04 +0100 From: Mathieu Arnold To: Olli Hauer , Alfred Perlstein Subject: Re: svn commit: r372622 - in head/editors/vim: . files Message-ID: In-Reply-To: <54687C89.20206@gmx.de> References: <201411160232.sAG2WJ4Z084790@svn.freebsd.org> <54687C89.20206@gmx.de> 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, ports-committers@freebsd.org X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Nov 2014 11:24:11 -0000 +--On 16 novembre 2014 11:29:29 +0100 olli hauer wrote: |> +.if ${PORT_OPTIONS:MDEFAULT_VIMRC} |> + ${INSTALL_DATA} ${FILESDIR}/vimrc |> ${STAGEDIR}${DEFAULT_VIMRC_LOCATION}/vimrc +.endif |> | ... | | Thanks for installing a default vimrc file, but isn't it safer to install | the vimrc file with the @sample macro to protect users having already a | own vimrc file installed? Yes, please, install a .sample file and use @sample in the plist, you're going to overwrite people's existing vimrc. -- Mathieu Arnold