diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2006-01-22 02:30:01 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2006-01-22 02:30:01 +0000 |
commit | a437d08ecacfe1693a6e9f6ee1906a6f425ca700 (patch) | |
tree | 547a63eef9c79ff429d082d13015036a6cfa4c85 /math/vtk-headers | |
parent | 0416031c9ba13da33845bc762078065b482dd551 (diff) | |
download | ports-a437d08ecacfe1693a6e9f6ee1906a6f425ca700.tar.gz ports-a437d08ecacfe1693a6e9f6ee1906a6f425ca700.zip |
Notes
Diffstat (limited to 'math/vtk-headers')
-rw-r--r-- | math/vtk-headers/pkg-plist | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/math/vtk-headers/pkg-plist b/math/vtk-headers/pkg-plist index 1afb5f167153..dd7bce9f0188 100644 --- a/math/vtk-headers/pkg-plist +++ b/math/vtk-headers/pkg-plist @@ -978,11 +978,11 @@ share/vtk/doxygen/paper-clip.gif share/vtk/doxygen/pic.gif share/vtk/doxygen/vtk-logo.gif @dirrm share/vtk/doxygen -@unexec rmdir %D/share/vtk 2>/dev/null || true +@dirrmtry share/vtk @dirrm %%DOCSDIR%% @dirrm lib/vtk/CMake -@unexec rmdir %D/lib/vtk 2>/dev/null || true +@dirrmtry lib/vtk @dirrm include/vtk/vtkstd @dirrm include/vtk/DICOMParser @dirrm include/vtk -@unexec rmdir %D/%%DOCSDIR%% 2>/dev/null || true +@dirrmtry %%DOCSDIR%% |