Bug 14666 - minor fix to the ctwm port
Summary: minor fix to the ctwm port
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 1999-11-02 23:20 UTC by wolman
Modified: 1999-11-14 01:50 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description wolman 1999-11-02 23:20:01 UTC
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
Comment 1 Steve Price freebsd_committer freebsd_triage 1999-11-14 01:50:03 UTC
State Changed
From-To: open->closed

Committed, thanks!