Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 10 Oct 2015 20:53:35 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r399020 - head/Mk
Message-ID:  <201510102053.t9AKrZcb036736@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Sat Oct 10 20:53:34 2015
New Revision: 399020
URL: https://svnweb.freebsd.org/changeset/ports/399020

Log:
  Remove another unused variable

Modified:
  head/Mk/bsd.port.mk

Modified: head/Mk/bsd.port.mk
==============================================================================
--- head/Mk/bsd.port.mk	Sat Oct 10 20:52:20 2015	(r399019)
+++ head/Mk/bsd.port.mk	Sat Oct 10 20:53:34 2015	(r399020)
@@ -2107,7 +2107,6 @@ MTREE_FILE=	/etc/mtree/BSD.usr.dist
 .else
 MTREE_FILE=	${PORTSDIR}/Templates/BSD.local.dist
 .endif
-MTREE_FILE_DEFAULT=yes
 .endif
 MTREE_CMD?=	/usr/sbin/mtree
 MTREE_ARGS?=	-U ${MTREE_FOLLOWS_SYMLINKS} -f ${MTREE_FILE} -d -e -p



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201510102053.t9AKrZcb036736>