diff options
author | wiz <wiz@pkgsrc.org> | 2005-08-14 08:03:53 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-08-14 08:03:53 +0000 |
commit | 4b91cfbfbceba81487a95b9dc0846b10f1a1226f (patch) | |
tree | 2ba35b9eb23e8db5b57c26cd4b0900fd9270254c | |
parent | a77eeec3c85605083da140a418689015750fc1ae (diff) | |
download | pkgsrc-4b91cfbfbceba81487a95b9dc0846b10f1a1226f.tar.gz |
@unexec ${RMDIR} two directories that are shared with wxGTK24. Noted by veego@.
-rw-r--r-- | x11/wxGTK/PLIST | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11/wxGTK/PLIST b/x11/wxGTK/PLIST index 43c45ee2e10..4111194c252 100644 --- a/x11/wxGTK/PLIST +++ b/x11/wxGTK/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.8 2005/08/07 11:26:17 wiz Exp $ +@comment $NetBSD: PLIST,v 1.9 2005/08/14 08:03:53 wiz Exp $ bin/wx-config bin/wxrc bin/wxrc-2.6 @@ -496,9 +496,9 @@ ${PKGLOCALEDIR}/locale/zh_TW/LC_MESSAGES/wxstd.mo @dirrm share/doc/wxGTK @dirrm lib/wx/include/gtk2-ansi-release-2.6/wx @dirrm lib/wx/include/gtk2-ansi-release-2.6 -@dirrm lib/wx/include +@unexec ${RMDIR} %D/lib/wx/include 2>/dev/null || ${TRUE} @dirrm lib/wx/config -@dirrm lib/wx +@unexec ${RMDIR} %D/lib/wx 2>/dev/null || ${TRUE} @dirrm include/wx-2.6/wx/xrc @dirrm include/wx-2.6/wx/xml @dirrm include/wx-2.6/wx/unix |