diff options
author | Oliver Lehmann <oliver@FreeBSD.org> | 2005-06-09 17:03:07 +0000 |
---|---|---|
committer | Oliver Lehmann <oliver@FreeBSD.org> | 2005-06-09 17:03:07 +0000 |
commit | 8ca59216103653bec3f1a87ceaf14ae2bf440140 (patch) | |
tree | 94c05146a337d29e349fe9c5d96d923691a7bb6d | |
parent | BROKEN: Conflicting dependencies (py-gtk and py-gtk2) (diff) |
fix pkg-plist
Pointed out by: pointyhat via kris
Notes
Notes:
svn path=/head/; revision=137109
-rw-r--r-- | lang/pnet-base/pkg-plist | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/lang/pnet-base/pkg-plist b/lang/pnet-base/pkg-plist index a668f99f55d3..f01e7676c14c 100644 --- a/lang/pnet-base/pkg-plist +++ b/lang/pnet-base/pkg-plist @@ -136,6 +136,10 @@ lib/libILSupport.a %%I386%%share/gc/scale.html %%I386%%share/gc/simple_example.html %%I386%%share/gc/tree.html +%%I386%%@dirrm include/pnet/gc +@dirrm include/pnet +%%I386%%@dirrm lib/pnet/elf +%%I386%%@dirrm lib/pnet @dirrm lib/cscc/plugins @unexec rmdir %D/lib/cscc 2>/dev/null || true -@dirrm include/pnet +%%I386%%@dirrm share/gc |