Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 6 Aug 2001 04:15:42 -0400 (EDT)
From:      pat@databits.net
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/29483: Fix pkg-plist for port mail/wmmail (Bento)
Message-ID:  <200108060815.f768FgJ01011@cc92687-a.wlgrv1.pa.home.com>

next in thread | raw e-mail | index | archive | help

>Number:         29483
>Category:       ports
>Synopsis:       Fix pkg-plist for port mail/wmmail (Bento)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Aug 06 01:20:00 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     Patrick Li
>Release:        FreeBSD 4.4-PRERELEASE i386
>Organization:
N/A
>Environment:
System: FreeBSD bottlenek 4.4-PRERELEASE FreeBSD 4.4-PRERELEASE #0: Sun Aug 5 00:29:13 EDT 2001 root@bottlenek:/usr/src/sys/compile/BOTTLENEK i386
>Description:
Remove left over dirs from install if empty
>How-To-Repeat:
N/A
>Fix:
diff -ruN /usr/ports/mail/wmmail/pkg-plist wmmail/pkg-plist
--- /usr/ports/mail/wmmail/pkg-plist	Thu Apr  1 22:30:08 1999
+++ wmmail/pkg-plist	Mon Aug  6 01:50:47 2001
@@ -50,3 +50,5 @@
 @dirrm GNUstep/Apps/WMMail.app/Defaults
 @dirrm GNUstep/Apps/WMMail.app/Sounds
 @dirrm GNUstep/Apps/WMMail.app
+@unexec rmdir %D/GNUstep/Apps 2>/dev/null || true
+@unexec rmdir %D/GNUstep 2>/dev/null || true
>Release-Note:
>Audit-Trail:
>Unformatted:

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?200108060815.f768FgJ01011>