From owner-freebsd-ports@FreeBSD.ORG Thu Apr 21 19:57:49 2011 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B41821065672 for ; Thu, 21 Apr 2011 19:57:49 +0000 (UTC) (envelope-from mh.unet@gmail.com) Received: from mail-pz0-f54.google.com (mail-pz0-f54.google.com [209.85.210.54]) by mx1.freebsd.org (Postfix) with ESMTP id 8C4BB8FC16 for ; Thu, 21 Apr 2011 19:57:49 +0000 (UTC) Received: by pzk27 with SMTP id 27so45948pzk.13 for ; Thu, 21 Apr 2011 12:57:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:date:message-id:subject:from:to :content-type; bh=tpDghFBffO+427emwATKQpOo9BfKVcQ4JgGBbk6ZvL0=; b=hpWRtC8eULWoH/8i0fSivubTRNwdt5qeBfijLhW9ZOsCQDeVYuSL3N4p1X3ERZS1bT f/RCthUQzyJcn/+WcA8fUspkcG/DluRy7UNXs8Ye4GnfetQ1g3e6L8gSEbW/znlleYye pkYON8mH/sNxlfLaV87Cg0xwduS6Z18482cr8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=jgbbK8W89V+1wUWE0VYFPRvhM0mWWcZppFGYIfCIDK+NVW4wMB+7NFV0nBwKo9YiTH DTRSsqcDLtLdJPDWTUgXVLyw/i5+JZlOjdzJJ0imKE/tCNpCEJiaLnQ8pDGmcQlCrUgr yympFF94CG8TZOl5EQ1iQvRqVofwNpmVckF1g= MIME-Version: 1.0 Received: by 10.142.178.17 with SMTP id a17mr162770wff.64.1303414211162; Thu, 21 Apr 2011 12:30:11 -0700 (PDT) Received: by 10.143.18.4 with HTTP; Thu, 21 Apr 2011 12:30:11 -0700 (PDT) Date: Thu, 21 Apr 2011 12:30:11 -0700 Message-ID: From: Mickey Harvey To: freebsd-ports@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: installing to jail X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Apr 2011 19:57:49 -0000 Is there an easy way to install a port from a host system to the equivalent directories in a hosted jail? For example if I have a jail at /jail/www and want to install a port that installs its config file as /usr/local/etc/thefile.conf and its binaries into /usr/local/bin. Is there a way to easily change it to install the files to /jail/www/usr/local/etc/thefile.conf and /jail/www/usr/local/bin?