Date: Tue, 2 Nov 1999 15:10:22 -0800 (PST) From: wolman@cs.washington.edu To: freebsd-gnats-submit@freebsd.org Subject: ports/14666: minor fix to the ctwm port Message-ID: <19991102231022.2A0AF15464@hub.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 14666 >Category: ports >Synopsis: minor fix to the ctwm port >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: Tue Nov 2 15:20:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Alec Wolman >Release: 3.3 >Organization: UW, CSE Department >Environment: n/a >Description: The ctwm port gives an error message when you use pkg_delete to remove it. The following patch fixes the PLIST so it won't complain. --- PLIST.orig Tue Nov 2 15:04:58 1999 +++ PLIST Tue Nov 2 15:06:29 1999 @@ -90,4 +90,4 @@ lib/X11/twm/images/xrn.xpm lib/X11/twm/images/xterm.xpm @dirrm lib/X11/twm/images -@dirrm lib/X11/twm +@unexec rmdir %D/lib/X11/twm 2>/dev/null || true >How-To-Repeat: n/a >Fix: n/a >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?19991102231022.2A0AF15464>