From owner-cvs-all@FreeBSD.ORG Wed Nov 30 00:44:06 2011 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9F698106566B; Wed, 30 Nov 2011 00:44:06 +0000 (UTC) (envelope-from sahil@tandon.net) Received: from spartan.hamla.org (spartan.hamla.org [206.251.255.30]) by mx1.freebsd.org (Postfix) with ESMTP id 7192A8FC15; Wed, 30 Nov 2011 00:44:06 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by spartan.hamla.org (Postfix) with ESMTP id 5101F17045; Tue, 29 Nov 2011 19:44:36 -0500 (EST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=tandon.net; h= user-agent:in-reply-to:content-disposition:content-type :content-type:mime-version:references:reply-to:message-id :subject:subject:from:from:date:date:received:received; s=aegis; t=1322613876; bh=u5PgoSe5glQVJ/3t+J7lkpZljVutc9stjrFlkFxL2hA=; b= QHRi2EAlKb2VY40Q2OQZ+ueHKpjHZa8mbokqLsEzceqo82iMzIg8zO3eGxrxY23X mR8jwxoS67tbENuF34a1FpJpV0uuEK7mLC3roAhgKuE4wOizoLWPftjXjCCO96I4 vwtL3YgAfKOgD0JWHNYFPl7qeEYwiG+HpTC4Rq1Snf8= X-Virus-Scanned: by ClamAV at spartan.hamla.org Received: from spartan.hamla.org ([127.0.0.1]) by localhost (spartan.hamla.org [127.0.0.1]) (amavisd-new, port 10027) with LMTP id z833aMkmshkP; Tue, 29 Nov 2011 19:44:36 -0500 (EST) Received: from magic.hamla.org (cpe-68-174-92-20.nyc.res.rr.com [68.174.92.20]) by spartan.hamla.org (Postfix) with ESMTPSA id 5758717042; Tue, 29 Nov 2011 19:44:35 -0500 (EST) Date: Tue, 29 Nov 2011 19:45:14 -0500 From: Sahil Tandon To: Jimmy Olgeni Message-ID: <20111130004514.GA4223@magic.hamla.org> References: <201111291344.pATDiHa2047066@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201111291344.pATDiHa2047066@repoman.freebsd.org> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/net/tcpxd Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: cvs-ports@FreeBSD.org List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Nov 2011 00:44:06 -0000 On Tue, 2011-11-29 at 13:44:17 +0000, Jimmy Olgeni wrote: > olgeni 2011-11-29 13:44:17 UTC > > FreeBSD ports repository > > Modified files: > net/tcpxd Makefile > Log: > Fix installation and removal of sample config file. > > Feature safe: yes > > Revision Changes Path > 1.5 +3 -4 ports/net/tcpxd/Makefile Why did you undefine PLIST_FILES? Now, this port fails to clean up after itself. -- Sahil Tandon