diff options
author | gahr <gahr@FreeBSD.org> | 2012-08-20 23:08:45 +0800 |
---|---|---|
committer | gahr <gahr@FreeBSD.org> | 2012-08-20 23:08:45 +0800 |
commit | ec5e56978c4e8357f7433140bf251460f06daf05 (patch) | |
tree | ebd626756eb229645774bb06edf7c85bf29657eb /x11-toolkits/vtkfox | |
parent | c1305f3de47e4b9c58cde5a37967a041820cb160 (diff) | |
download | freebsd-ports-gnome-ec5e56978c4e8357f7433140bf251460f06daf05.tar.gz freebsd-ports-gnome-ec5e56978c4e8357f7433140bf251460f06daf05.tar.zst freebsd-ports-gnome-ec5e56978c4e8357f7433140bf251460f06daf05.zip |
- Fix PLIST
Reported by: QAT
Diffstat (limited to 'x11-toolkits/vtkfox')
-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) |