From owner-svn-ports-all@freebsd.org Mon Jan 18 11:12:38 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 54F58A87B61; Mon, 18 Jan 2016 11:12:38 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 21C6D10C4; Mon, 18 Jan 2016 11:12:38 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0IBCbmL026350; Mon, 18 Jan 2016 11:12:37 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0IBCbn3026349; Mon, 18 Jan 2016 11:12:37 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201601181112.u0IBCbn3026349@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rakuco set sender to rakuco@FreeBSD.org using -f From: Raphael Kubo da Costa Date: Mon, 18 Jan 2016 11:12:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406559 - head/Mk 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.20 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, 18 Jan 2016 11:12:38 -0000 Author: rakuco Date: Mon Jan 18 11:12:36 2016 New Revision: 406559 URL: https://svnweb.freebsd.org/changeset/ports/406559 Log: Remove "mode: Fundamental" from the Emacs mode line. There is no reason to see this file as a plain-text file since Emacs has a proper BSDmakefile (makefile-bsdmake-mode) mode. Approved by: gnome (kwm) Modified: head/Mk/bsd.gnome.mk Modified: head/Mk/bsd.gnome.mk ============================================================================== --- head/Mk/bsd.gnome.mk Mon Jan 18 11:05:50 2016 (r406558) +++ head/Mk/bsd.gnome.mk Mon Jan 18 11:12:36 2016 (r406559) @@ -1,4 +1,4 @@ -#-*- mode: Fundamental; tab-width: 4; -*- +#-*- tab-width: 4; -*- # ex:ts=4 # # $FreeBSD$