From owner-freebsd-ports Tue Jan 7 02:41:01 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id CAA13958 for ports-outgoing; Tue, 7 Jan 1997 02:41:01 -0800 (PST) Received: from paris.CS.Berkeley.EDU (paris.CS.Berkeley.EDU [128.32.34.47]) by freefall.freebsd.org (8.8.4/8.8.4) with ESMTP id CAA13951; Tue, 7 Jan 1997 02:40:57 -0800 (PST) Received: from paris.CS.Berkeley.EDU (localhost.Berkeley.EDU [127.0.0.1]) by paris.CS.Berkeley.EDU (8.8.3/8.8.2) with ESMTP id CAA00973; Tue, 7 Jan 1997 02:40:49 -0800 (PST) From: Josh MacDonald Message-Id: <199701071040.CAA00973@paris.CS.Berkeley.EDU> To: asami@cs.berkeley.edu (Satoshi Asami) cc: freebsd-hackers@freebsd.org, freebsd-ports@freebsd.org Subject: Re: upgrading texinfo In-reply-to: Your message of "Tue, 07 Jan 1997 02:34:05 PST." <199701071034.CAA03389@silvia.HIP.Berkeley.EDU> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <966.852633646.1@paris.CS.Berkeley.EDU> Date: Tue, 07 Jan 1997 02:40:47 -0800 Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > * After that, to pursue my original goal, bsd.port.mk needs work > * to encourage the installation of info files correctly (using > * install-info). > > That's all nice and fine, but I still don't exactly understand what > bsd.port.mk has to do with this. Shouldn't ports' Makefiles be > patched to use install-info? Yeah, I assumed some sort of default rule could be defined in bsd.port.mk, up to you. It should also be set up so that packages use @exec and @unexec to install info files. I guess this too falls on the package maintainer. Unless I'm wrong, this seems like a shortcoming of the pkg_create utility. -josh