From owner-freebsd-ports@FreeBSD.ORG Fri Mar 7 23:20:47 2014 Return-Path: Delivered-To: freebsd-ports@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 A319E241; Fri, 7 Mar 2014 23:20:47 +0000 (UTC) Received: from onlyone.friendlyhosting.spb.ru (onlyone.friendlyhosting.spb.ru [IPv6:2a01:4f8:131:60a2::2]) by mx1.freebsd.org (Postfix) with ESMTP id 697F7BA7; Fri, 7 Mar 2014 23:20:47 +0000 (UTC) Received: from lion.home.serebryakov.spb.ru (unknown [IPv6:2001:470:923f:1:502c:9f0:1046:48c]) (Authenticated sender: lev@serebryakov.spb.ru) by onlyone.friendlyhosting.spb.ru (Postfix) with ESMTPSA id 7FFC64AC2D; Sat, 8 Mar 2014 03:20:46 +0400 (MSK) Date: Sat, 8 Mar 2014 03:20:40 +0400 From: Lev Serebryakov Organization: FreeBSD Project X-Priority: 3 (Normal) Message-ID: <86807999.20140308032040@serebryakov.spb.ru> To: FreeBSD Hackers , FreeBSD Ports Subject: How to insall hard link to system (base) file in port with stage support? MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: lev@FreeBSD.org List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Mar 2014 23:20:47 -0000 Hello, FreeBSD. My port installs GEOM class, so it need to make hard link to /sbin/geom. It uses and uses LINKS= ${BINDIR}/geom ${BINDIR}/g${CLASS} which works without staging, but, of course, doesn't work with staginig. Is it possible to support such operation with staging? -- // Black Lion AKA Lev Serebryakov