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/vtk43 | |
parent | Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry (diff) |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related)
Notes
Notes:
svn path=/head/; revision=154114
Diffstat (limited to 'math/vtk43')
-rw-r--r-- | math/vtk43/pkg-plist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/vtk43/pkg-plist b/math/vtk43/pkg-plist index f2d76b7fe19d..0966f8547f5c 100644 --- a/math/vtk43/pkg-plist +++ b/math/vtk43/pkg-plist @@ -42,4 +42,4 @@ lib/libvtkftgl.so.%%LIBVER%% %%DOCSDIR%%/README.html %%DOCSDIR%%/README.patented-classes %%DOCSDIR%%/vtkLogo.jpg -@unexec rmdir %D/%%DOCSDIR%% 2>/dev/null || true +@dirrmtry %%DOCSDIR%% |