From nobody@FreeBSD.ORG Thu Oct 21 15:12:09 1999
Return-Path: <nobody@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
Sender: nobody@FreeBSD.ORG
To: freebsd-gnats-submit@freebsd.org
Subject: Cyrus IMAP port leaves behind directories after deinstall.
X-Send-Pr-Version: www-1.0

>Number:         14452
>Category:       ports
>Synopsis:       Cyrus IMAP port leaves behind directories after deinstall.
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Oct 21 15:20:01 PDT 1999
>Closed-Date:    Fri Nov 26 10:18:24 PST 1999
>Last-Modified:  Fri Nov 26 10:20:34 PST 1999
>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:
State-Changed-From-To: open->closed 
State-Changed-By: steve 
State-Changed-When: Fri Nov 26 10:18:24 PST 1999 
State-Changed-Why:  
Committed, thanks! 
>Unformatted:
