From owner-freebsd-ports Wed Jul 8 23:03:21 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA03100 for freebsd-ports-outgoing; Wed, 8 Jul 1998 23:03:21 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from colossus.dyn.ml.org (dburr@206-18-112-233.la.inreach.net [206.18.112.233]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA03093 for ; Wed, 8 Jul 1998 23:03:08 -0700 (PDT) (envelope-from dburr@colossus.dyn.ml.org) Received: (from dburr@localhost) by colossus.dyn.ml.org (8.8.8/8.8.7) id XAA02684; Wed, 8 Jul 1998 23:02:40 -0700 (PDT) (envelope-from dburr) Message-ID: X-Mailer: XFMail 1.2 [p0] on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: Date: Wed, 08 Jul 1998 23:02:34 -0700 (PDT) Organization: Computer Help From: Donald Burr To: The Hermit Hacker Subject: RE: generating PLIST... Cc: ports@FreeBSD.ORG Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org My secret spy satellite informs me that on 09-Jul-98, The Hermit Hacker wrote: > > Morning... > > How do ppl generally generate the PLIST file? I just upgraded > kdemultimeia, and I want to make sure that PLIST is correct. I tried > doing a 'make PREFIX=' so that I could just do a > 'find' off of it to get a listing, but then configure failed... Here's what I usually do. Before running 'make install', 'touch' a file. I call mine "instdate". Then run make install. Then run: find ${PREFIX} -newer ./instdate -print This will print out a listing of the files that were just installed.. then strip ${PREFIX} off the front of each line (use sed or somesuch), and you got yourself a PLIST. --- Donald Burr - Ask me for my PGP key | PGP: Your WWW HomePage: http://DonaldBurr.base.org/ ICQ #1347455 | right to Address: P.O. Box 91212, Santa Barbara, CA 93190-1212 | 'Net privacy. Phone: (805) 957-9666 FAX: (800) 492-5954 | USE IT. ----------------------------------------------------------------------- FreeBSD - Turning PCs into Workstations - http://www.freebsd.org/ (NOTE: POBoxes.com appears to be working again -- fire away!) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message