From owner-freebsd-ports Thu Feb 1 12:11:54 1996 Return-Path: owner-ports Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id MAA24661 for ports-outgoing; Thu, 1 Feb 1996 12:11:54 -0800 (PST) Received: from time.cdrom.com (time.cdrom.com [192.216.222.226]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id MAA24654 for ; Thu, 1 Feb 1996 12:11:52 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by time.cdrom.com (8.7.3/8.6.9) with SMTP id MAA03161; Thu, 1 Feb 1996 12:05:25 -0800 (PST) To: "Andrew V. Stesin" cc: ports@FreeBSD.org Subject: Re: How do you folks generate PLISTs? In-reply-to: Your message of "Thu, 01 Feb 1996 13:12:01 +0200." <199602011112.NAA09799@office.elvisti.kiev.ua> Date: Thu, 01 Feb 1996 12:05:25 -0800 Message-ID: <3159.823205125@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-ports@FreeBSD.org Precedence: bulk > Or simply go hack a PLIST from the 'install*' targets of the orig. Makefile? > That's the risk to miss something. I capture the output of `make install' and then look through it. Works for me! Jordan