diff options
| author | Edwin Groothuis <edwin@FreeBSD.org> | 2006-01-22 05:52:28 +0000 |
|---|---|---|
| committer | Edwin Groothuis <edwin@FreeBSD.org> | 2006-01-22 05:52:28 +0000 |
| commit | d568611c3eb334453c4a0352b61f081a623d72f1 (patch) | |
| tree | c3c2e5147c98015eb1ada868e403a08ef31d9123 /databases/postgresql81-server/pkg-plist-plpython | |
| parent | Better fix for the problem on AMD64 and Pentium4 since rev1.4. (diff) | |
eplace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related)
Diffstat (limited to 'databases/postgresql81-server/pkg-plist-plpython')
| -rw-r--r-- | databases/postgresql81-server/pkg-plist-plpython | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/postgresql81-server/pkg-plist-plpython b/databases/postgresql81-server/pkg-plist-plpython index 184c2fd1d21e..d3c29953b6b5 100644 --- a/databases/postgresql81-server/pkg-plist-plpython +++ b/databases/postgresql81-server/pkg-plist-plpython @@ -1,4 +1,4 @@ %%DOCSDIR%%/README-plpython lib/postgresql/plpython.so -@unexec rmdir %D/lib/postgresql 2>/dev/null || true -@unexec rmdir %D/%%DOCSDIR%% 2>/dev/null || true +@dirrmtry lib/postgresql +@dirrmtry %%DOCSDIR%% |
