Date: Mon, 31 Jan 2005 16:04:50 -0800 From: "Michael C. Shultz" <reso3w83@verizon.net> To: freebsd-ports@freebsd.org Subject: Re: deinstall problem (reprise) Message-ID: <200501311604.51266.reso3w83@verizon.net> In-Reply-To: <200501311804.01330.lane@joeandlane.com> References: <200501311804.01330.lane@joeandlane.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Monday 31 January 2005 04:04 pm, Lane wrote: > Hey! > > I just noticed that the mythtv port I'm working on uses 'make > uninstall' instead of 'make deinstall' in several of the generated > Makefiles. > > How can I instruct the port Makefile to call 'make uninstall' for an > indeterminate number of Makefiles? Don't, they are not related. Make uninstall is meant to be used only when you have no packaging system. In general anything you want to be de-installed goes into pkg-plist. Look at other ports that are similar to the one you are setting up and see how they do it is my advice. -Mike > > See ... the original program uses 'qmake' to generate the Makefile(s) > then it uses GNU_CONFIGURE to compile everything. So I don't know > how many Makefile(s) will exist because various parameters will > change that. > > Sheesh! This is more complex than I thought it would be :) > > lane > _______________________________________________ > freebsd-ports@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to > "freebsd-ports-unsubscribe@freebsd.org"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200501311604.51266.reso3w83>