From owner-freebsd-ports Thu Oct 21 15:20: 3 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 592D514C9D for ; Thu, 21 Oct 1999 15:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA35407; Thu, 21 Oct 1999 15:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 3425214CB0; Thu, 21 Oct 1999 15:12:09 -0700 (PDT) Message-Id: <19991021221209.3425214CB0@hub.freebsd.org> Date: Thu, 21 Oct 1999 15:12:09 -0700 (PDT) From: jagapen@whitewater.chem.wisc.edu To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: ports/14452: Cyrus IMAP port leaves behind directories after deinstall. Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 14452 >Category: ports >Synopsis: Cyrus IMAP port leaves behind directories after deinstall. >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Oct 21 15:20:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Jonathan Gapen >Release: FreeBSD 3.3-RC >Organization: University of Wisconsin-Madison >Environment: >Description: A missing stdio re-direction in the Makefile for mail/cyrus means that a couple of @dirrm statements don't make it into the installed port's packing list. Upon de-installation, the ${PREFIX}/share/doc/cyrus directory gets left behind. >How-To-Repeat: Install and deinstall the Cyrus IMAP port. >Fix: 62,63c62,63 < @${ECHO} "@dirrm share/doc/cyrus/html" < @${ECHO} "@dirrm share/doc/cyrus" --- > @${ECHO} "@dirrm share/doc/cyrus/html" >>${TMPPLIST} > @${ECHO} "@dirrm share/doc/cyrus" >>${TMPPLIST} >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message