From owner-freebsd-questions Mon Apr 15 16:59:25 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id QAA18624 for questions-outgoing; Mon, 15 Apr 1996 16:59:25 -0700 (PDT) Received: from sunrise.cs.berkeley.edu (sunrise.CS.Berkeley.EDU [128.32.38.121]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id QAA18607 Mon, 15 Apr 1996 16:59:21 -0700 (PDT) Received: (from asami@localhost) by sunrise.cs.berkeley.edu (8.6.12/8.6.12) id RAA07986; Mon, 15 Apr 1996 17:00:34 -0700 Date: Mon, 15 Apr 1996 17:00:34 -0700 Message-Id: <199604160000.RAA07986@sunrise.cs.berkeley.edu> To: deischen@iworks.InterWorks.org CC: dherbst@gradient.cis.upenn.edu, ports@FreeBSD.org, questions@FreeBSD.org In-reply-to: <9604150309.AA02328@iworks.InterWorks.org> (deischen@iworks.InterWorks.org) Subject: Re: plan statically linked? From: asami@cs.berkeley.edu (Satoshi Asami) Sender: owner-questions@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk * I didn't know where everything should be installed; the defaults * didn't seem to conform to FreeBSD installations. There were some * example holiday files, documents, scripts, and more than one executable. * So I put them in /usr/local/plan/(bin,lib,docs,misc,examples). I * need a little port guidance here... The FreeBSD standard is to put things in appropriate subdirectories of /usr/local. In your case, it should look like /usr/local/bin binaries /usr/local/etc configuration scripts /usr/local/lib static/shared libraries /usr/local/share/doc/plan documentation If the examples aren't too big, just stick them in share/doc/plan. Satoshi