From owner-svn-ports-all@FreeBSD.ORG Mon Feb 25 15:33:27 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id BD2E254C; Mon, 25 Feb 2013 15:33:27 +0000 (UTC) (envelope-from makc@issp.ac.ru) Received: from mail.issp.ac.ru (mail.issp.ac.ru [77.236.34.3]) by mx1.freebsd.org (Postfix) with ESMTP id 2BABB376; Mon, 25 Feb 2013 15:33:26 +0000 (UTC) Received: from mercury.ph.man.ac.uk [130.88.75.175:32980] (HELO/EHLO mercury.ph.man.ac.uk, authenticated with PLAIN) by mail.issp.ac.ru with ESMTP/inet id r1PFXPWK091552 (using TLSv1/SSLv3, with cipher DHE-RSA-AES256-SHA (256 bits), verified NO) Mon, 25 Feb 2013 19:33:26 +0400 (MSK) From: Max Brazhnikov To: Guido Falsi Subject: Re: Re: svn commit: r312882 - in head/games/odamex: . files Date: Mon, 25 Feb 2013 15:34:17 +0000 Message-ID: <1838574.zbFvFGnhEx@mercury.ph.man.ac.uk> User-Agent: KMail/4.9.5 (FreeBSD/9.1-STABLE; KDE/4.9.5; amd64; ; ) In-Reply-To: <512B5790.1060009@FreeBSD.org> References: <201302241720.r1OHKoW3018926@svn.freebsd.org> <3131991.CoBocWeH8C@mercury.ph.man.ac.uk> <512B5790.1060009@FreeBSD.org> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="UTF-8" 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.14 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, 25 Feb 2013 15:33:27 -0000 On Mon, 25 Feb 2013 13:22:40 +0100 Guido Falsi wrote: > On 02/25/13 12:12, Max Brazhnikov wrote: > > Hi, > > > [...] > > > > Is there a reason for using custom install target instead of relying on what > > comes with the project? > > > > I could not find any install target in the project. I'm not a very good > expert about cmake, so I could have missed it. The submitter could not > find an install target either. If there is one Please tell me, and I > will fix the port ASAP. You're right. Apparently odamex developers are not familiar with unix file system hierarchy, so they didn't bother to add proper install instructions :( Max