From owner-freebsd-ports@FreeBSD.ORG Tue Feb 1 08:05:32 2005 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EBB8416A4CE for ; Tue, 1 Feb 2005 08:05:32 +0000 (GMT) Received: from mail.gmx.net (mail.gmx.de [213.165.64.20]) by mx1.FreeBSD.org (Postfix) with SMTP id E55AA43D5C for ; Tue, 1 Feb 2005 08:05:31 +0000 (GMT) (envelope-from michaelnottebrock@gmx.net) Received: (qmail invoked by alias); 01 Feb 2005 08:05:30 -0000 Received: from p3EE260D4.dip.t-dialin.net (EHLO lofi.dyndns.org) (62.226.96.212) by mail.gmx.net (mp027) with SMTP; 01 Feb 2005 09:05:30 +0100 X-Authenticated: #443188 Received: from kiste.my.domain (kiste.my.domain [192.168.8.4]) (authenticated bits=0) by lofi.dyndns.org (8.12.10/8.12.10) with ESMTP id j1185Uqr057589 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NO); Tue, 1 Feb 2005 09:05:31 +0100 (CET) (envelope-from michaelnottebrock@gmx.net) From: Michael Nottebrock To: freebsd-ports@freebsd.org Date: Tue, 1 Feb 2005 09:05:12 +0100 User-Agent: KMail/1.7.2 References: <200501311804.01330.lane@joeandlane.com> <200501311604.51266.reso3w83@verizon.net> In-Reply-To: <200501311604.51266.reso3w83@verizon.net> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart1747539.MkHn6yVcoB"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <200502010905.15386.michaelnottebrock@gmx.net> X-Virus-Scanned: by amavisd-new X-Y-GMX-Trusted: 0 Subject: Re: deinstall problem (reprise) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Feb 2005 08:05:33 -0000 --nextPart1747539.MkHn6yVcoB Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline On Tuesday, 1. February 2005 01:04, Michael C. Shultz wrote: > 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.=20 Just to make this more clear: 'make deinstall' in a portdir does not call a= ny=20 target in the actual port, it really just does pkg_delete (essentially). So= =20 you don't need to worry at all about what uninstall procedures the build=20 system of your port uses, just make sure pkg-plist is correct. =2D-=20 ,_, | Michael Nottebrock | lofi@freebsd.org (/^ ^\) | FreeBSD - The Power to Serve | http://www.freebsd.org \u/ | K Desktop Environment on FreeBSD | http://freebsd.kde.org --nextPart1747539.MkHn6yVcoB Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (FreeBSD) iD8DBQBB/zg7Xhc68WspdLARAkBzAJ0evHiRxhY8pZ52z6i97+mdPaF0+QCfcknj /Vjiobs8fM6Y4GPrEV6m25Y= =J2H3 -----END PGP SIGNATURE----- --nextPart1747539.MkHn6yVcoB--