From owner-freebsd-ports Tue Apr 22 20:38:31 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id UAA01447 for ports-outgoing; Tue, 22 Apr 1997 20:38:31 -0700 (PDT) Received: from vader.cs.berkeley.edu (vader.CS.Berkeley.EDU [128.32.38.234]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id UAA01439 for ; Tue, 22 Apr 1997 20:38:23 -0700 (PDT) Received: (from asami@localhost) by vader.cs.berkeley.edu (8.7.6/8.7.3) id UAA05687; Tue, 22 Apr 1997 20:38:15 -0700 (PDT) Date: Tue, 22 Apr 1997 20:38:15 -0700 (PDT) Message-Id: <199704230338.UAA05687@vader.cs.berkeley.edu> To: ejs@bfd.com CC: ports@freebsd.org In-reply-to: (ejs@bfd.com) Subject: Re: My first port, just a few questions From: asami@vader.cs.berkeley.edu (Satoshi Asami) Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk * total 104 * -rw-r--r-- 1 root wheel 1019 Jan 30 06:50 dir.info * -rw-r--r-- 1 root wheel 27279 Jan 30 06:50 info.info * -rw-r--r-- 1 root wheel 24226 Jan 30 06:50 jed.1in * -rw-r--r-- 1 root wheel 24860 Jan 30 06:50 jed.2in * -rw-r--r-- 1 root wheel 20588 Jan 30 06:50 jed.3in * -rw-r--r-- 1 root wheel 1574 Jan 30 06:50 jed.info * * The last 4 should probably just be copied to ${PREFIX}/info, but the first * two aren't related to JED, but to JED's info mode. They won't overwrite * anything on *MY* system, but do I take that chance in a port? can I check * for file existance in the makefile? Or rather, how do I, I'm pretty sure * I can but I don't know make that well. If that's texinfo you're talking about, they should go to ${PREFIX}/info. However, there is a "dir" file already there, and info.info is already in /usr/share/info, so you may not want to copy those. In addition, you would want to call install-info to register it in the dir file. Do you get my (long) mail about this? If not, I'll send it to you. Satoshi