diff options
author | Anton Berezin <tobez@FreeBSD.org> | 2001-08-03 21:52:12 +0000 |
---|---|---|
committer | Anton Berezin <tobez@FreeBSD.org> | 2001-08-03 21:52:12 +0000 |
commit | 8c51e3569eaf65bd76259aff8b2f5f8a7fd0ad07 (patch) | |
tree | b4dbd5bd11f48cc86ab050b3963719a19697273c /devel/newt | |
parent | fb867a8cd4834729e9ef574a2fac596c8937a588 (diff) | |
download | ports-8c51e3569eaf65bd76259aff8b2f5f8a7fd0ad07.tar.gz ports-8c51e3569eaf65bd76259aff8b2f5f8a7fd0ad07.zip |
Fix plist.
Reported by: bento logs for devel/dhcpconf
Notes
Notes:
svn path=/head/; revision=45794
Diffstat (limited to 'devel/newt')
-rw-r--r-- | devel/newt/pkg-plist | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/devel/newt/pkg-plist b/devel/newt/pkg-plist index 31e2ea9f3bd4..d57e120f5638 100644 --- a/devel/newt/pkg-plist +++ b/devel/newt/pkg-plist @@ -6,3 +6,5 @@ lib/libnewt.a lib/libnewt.so lib/libnewt.so.%%VERSION%% include/newt.h +@unexec rmdir %D/lib/python1.5/lib-dynload 2>/dev/null || true +@unexec rmdir %D/lib/python1.5 2>/dev/null || true |