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 Fix: n/a How-To-Repeat: n/a
State Changed From-To: open->closed Committed, thanks!