diff options
author | Pietro Cerutti <gahr@FreeBSD.org> | 2012-08-20 15:08:45 +0000 |
---|---|---|
committer | Pietro Cerutti <gahr@FreeBSD.org> | 2012-08-20 15:08:45 +0000 |
commit | c848e5a9f61e25b817fd9cb4b56e70a8ecd4ac92 (patch) | |
tree | ebd626756eb229645774bb06edf7c85bf29657eb /x11-toolkits | |
parent | 0eea2fd85b25998f923b9ee61fa06fef40567f70 (diff) | |
download | ports-c848e5a9f61e25b817fd9cb4b56e70a8ecd4ac92.tar.gz ports-c848e5a9f61e25b817fd9cb4b56e70a8ecd4ac92.zip |
- Fix PLIST
Reported by: QAT
Notes
Notes:
svn path=/head/; revision=302802
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/vtkfox/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11-toolkits/vtkfox/Makefile b/x11-toolkits/vtkfox/Makefile index 6c320b038929..36dd1ce4b61c 100644 --- a/x11-toolkits/vtkfox/Makefile +++ b/x11-toolkits/vtkfox/Makefile @@ -46,6 +46,7 @@ PLIST_FILES= include/vtkfox/FXVTKCanvas.h \ lib/libvtkfox.so \ lib/libvtkfox.so.1 \ libdata/pkgconfig/vtkfox.pc +PLIST_DIRS= include/vtkfox post-patch: .if defined(NOPORTEXAMPLES) |