From owner-freebsd-ports Tue Sep 26 13:38:04 1995 Return-Path: owner-ports Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id NAA21147 for ports-outgoing; Tue, 26 Sep 1995 13:38:04 -0700 Received: from alpha.xerox.com (alpha.Xerox.COM [13.1.64.93]) by freefall.freebsd.org (8.6.12/8.6.6) with SMTP id NAA21139 for ; Tue, 26 Sep 1995 13:38:01 -0700 Received: from crevenia.parc.xerox.com ([13.2.116.11]) by alpha.xerox.com with SMTP id <14518(4)>; Tue, 26 Sep 1995 13:37:11 PDT Received: by crevenia.parc.xerox.com id <177475>; Tue, 26 Sep 1995 13:37:06 -0700 From: Bill Fenner To: ports@freebsd.org Subject: Binary-only ports -- where to put README, CHANGES files? Message-Id: <95Sep26.133706pdt.177475@crevenia.parc.xerox.com> Date: Tue, 26 Sep 1995 13:37:04 PDT Sender: owner-ports@freebsd.org Precedence: bulk Hi, I decided to follow Satoshi's lead in having created the binary-only 'netscape' port, and create ports for 'vat', 'wb', and 'sd', the conferencing tools from LBL. Now, deciding where to put the binaries and the man pages is easy. But there are examples that need to be installed as well (like "vat.tcl", the reference for what tcl code is compiled into vat). The Netscape port creates /usr/local/lib/netscape; I'm not sure I want to create /usr/local/lib/{vat,sd,wb}. In addition, I would really like to be able to stick stuff in /usr/share/skel, since there is a bug in 'vat' that can be worked around by a ~/.vat.tcl in everyone's home directory. But I know that the root filesystem is off-limits to ports. Any suggestions on either front? Thanks, Bill