Date: Wed, 31 May 2000 10:35:20 -0400 From: Will Andrews <andrews@technologist.com> To: Satoshi - Ports Wraith - Asami <asami@FreeBSD.ORG> Cc: ports@FreeBSD.ORG Subject: Re: cvs commit: ports/x11-wm/afterstep/pkg PLIST Message-ID: <20000531103520.F22499@argon.gryphonsoft.com> In-Reply-To: <vqcbt1nqiq0.fsf@silvia.hip.berkeley.edu>; from asami@FreeBSD.ORG on Wed, May 31, 2000 at 12:31:03AM -0700 References: <200005310650.XAA07743@freefall.freebsd.org> <vqcbt1nqiq0.fsf@silvia.hip.berkeley.edu>
next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, May 31, 2000 at 12:31:03AM -0700, Satoshi - Ports Wraith - Asami wrote: > Not to rake on my old violin, but things like this are exactly why I > added the pkg_delete check. > > People, please check the logs and fix up the PLISTs! It's really not > that hard! (Usually.... ;) Maxim suggested a surefure EASY way to help update PLISTs faster (and I improved on it myself): make install make deinstall find $PREFIX -cmin -15 | awk -F$PREFIX '{print $2}' >> pkg/PLIST edit pkg/PLIST manually i.e. find /usr/X11R6 -cmin -15 | awk -F\/usr\/X11R6\/ '{print $2}' >> pkg/PLIST This method could be noted in the Porters' Handbook... -- Will Andrews <andrews@technologist.com> GCS/E/S @d- s+:+>+:- a--->+++ C++ UB++++ P+ L- E--- W+++ !N !o ?K w--- ?O M+ V-- PS+ PE++ Y+ PGP+>+++ t++ 5 X++ R+ tv+ b++>++++ DI+++ D+ G++>+++ e->++++ h! r-->+++ y? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000531103520.F22499>