aboutsummaryrefslogtreecommitdiffstats
path: root/databases/postgresql83-server/pkg-plist-plpython
diff options
context:
space:
mode:
authoredwin <edwin@FreeBSD.org>2006-01-22 13:52:28 +0800
committeredwin <edwin@FreeBSD.org>2006-01-22 13:52:28 +0800
commitc4a26e854bc716521cc036b6b2af382ca3e9f354 (patch)
treea083545526674c69152efa5a6d9d6c36905a818d /databases/postgresql83-server/pkg-plist-plpython
parent3741cfb89629b7acd480b6f6e5c942f8fe50106b (diff)
downloadfreebsd-ports-gnome-c4a26e854bc716521cc036b6b2af382ca3e9f354.tar.gz
freebsd-ports-gnome-c4a26e854bc716521cc036b6b2af382ca3e9f354.tar.zst
freebsd-ports-gnome-c4a26e854bc716521cc036b6b2af382ca3e9f354.zip
eplace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@ PR: ports/88711 (related)
Diffstat (limited to 'databases/postgresql83-server/pkg-plist-plpython')
-rw-r--r--databases/postgresql83-server/pkg-plist-plpython4
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/postgresql83-server/pkg-plist-plpython b/databases/postgresql83-server/pkg-plist-plpython
index 184c2fd1d21e..d3c29953b6b5 100644
--- a/databases/postgresql83-server/pkg-plist-plpython
+++ b/databases/postgresql83-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%%