Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 29 Jun 2001 12:00:09 -0700 (PDT)
From:      "Scot W. Hetzel" <hetzels@westbend.net>
To:        freebsd-ports@FreeBSD.org
Subject:   Re: ports/28496: Fix pkg-plist for mail/cyrus
Message-ID:  <200106291900.f5TJ09j21920@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/28496; it has been noted by GNATS.

From: "Scot W. Hetzel" <hetzels@westbend.net>
To: <FreeBSD-gnats-submit@FreeBSD.ORG>, <sf@FreeBSD.ORG>
Cc:  
Subject: Re: ports/28496: Fix pkg-plist for mail/cyrus
Date: Fri, 29 Jun 2001 13:51:11 -0500

 >  The @dir etc/imap should be allowed to fail instead.
            ^
             @dirrm
 >
 
 I also noticed one more problem:
 
     @${ECHO} "@exec ${CP} /dev/null %D/etc/imap/mailboxes" >>${TMPPLIST}
 
 should be changed to:
 
     @${ECHO} "@exec ${TOUCH} %D/etc/imap/mailboxes" >>${TMPPLIST}
     @${ECHO} "@unexec [ ! -s %D/etc/imap/mailboxes ] && ${RM}
 %D/etc/imap/mailboxes" >>${TMPPLIST}
 
 in the Makefile, otherwise the package will wipeout the mailboxes file.  The
 second line should solve the uninstall problem with bento.
 
 Scot
 
 

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200106291900.f5TJ09j21920>