From owner-svn-ports-all@FreeBSD.ORG Wed Feb 26 11:17:41 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 1F6DF9A5; Wed, 26 Feb 2014 11:17:41 +0000 (UTC) Received: from mx.critical.ch (unknown [IPv6:2001:1620:f05::1]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A5D6A1C78; Wed, 26 Feb 2014 11:17:40 +0000 (UTC) Received: from wiggles.critical.ch (snow.ethz.ch [129.132.80.16]) (authenticated bits=0) by mx.critical.ch (8.14.7/8.14.7/critical-1.0) with ESMTP id s1QBHL1u019552; Wed, 26 Feb 2014 12:17:21 +0100 (CET) (envelope-from ehaupt@FreeBSD.org) Date: Wed, 26 Feb 2014 12:17:21 +0100 From: Emanuel Haupt To: Mathieu Arnold Subject: Re: svn commit: r346114 - head/devel/p4.el Message-Id: <20140226121721.14621079106ed7370e78276d@FreeBSD.org> In-Reply-To: References: <201402260657.s1Q6vEsH059562@svn.freebsd.org> X-Mailer: Sylpheed 3.3.0 (GTK+ 2.24.22; amd64-portbld-freebsd9.2) Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org 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 11:17:41 -0000 Mathieu Arnold wrote: > +--On 26 f=E9vrier 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} >=20 > 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 ? This is a matter of opinion. Emanuel