From owner-svn-ports-all@FreeBSD.ORG Wed Feb 26 10:43:52 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9A392D8E; Wed, 26 Feb 2014 10:43:52 +0000 (UTC) Received: from prod2.absolight.net (mx3.absolight.net [IPv6:2a01:678:2:100::25]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 59C471952; Wed, 26 Feb 2014 10:43:52 +0000 (UTC) Received: from prod2.absolight.net (localhost [127.0.0.1]) by prod2.absolight.net (Postfix) with ESMTP id 01816BDC2E; Wed, 26 Feb 2014 11:43:49 +0100 (CET) Received: from atuin.in.mat.cc (atuin.in.mat.cc [79.143.241.205]) by prod2.absolight.net (Postfix) with ESMTPA id D6FD7BDC1D; Wed, 26 Feb 2014 11:43:48 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by atuin.in.mat.cc (Postfix) with ESMTP id 7576AD020680; Wed, 26 Feb 2014 11:43:48 +0100 (CET) Date: Wed, 26 Feb 2014 11:43:48 +0100 From: Mathieu Arnold To: Emanuel Haupt , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r346114 - head/devel/p4.el Message-ID: In-Reply-To: <201402260657.s1Q6vEsH059562@svn.freebsd.org> References: <201402260657.s1Q6vEsH059562@svn.freebsd.org> X-Mailer: Mulberry/4.0.8 (Mac OS X) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 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: Wed, 26 Feb 2014 10:43:52 -0000 +--On 26 f=C3=A9vrier 2014 06:57:14 +0000 Emanuel Haupt = wrote: | + ${MKDIR} ${STAGEDIR}${EMACSLISPDIR} | + ${INSTALL_DATA} ${WRKSRC}/p4.el ${STAGEDIR}${EMACSLISPDIR} | + ${MKDIR} ${STAGEDIR}${XEMACSLISPDIR} | + ${LN} -sf p4.el ${STAGEDIR}${XEMACSLISPDIR} Taking one amongst many, the current practice is to mute the MKDIR and not mute commands that install files. Would you mind respecting that in the future ? Regards, --=20 Mathieu Arnold