diff options
author | az <az@FreeBSD.org> | 2011-01-30 17:28:38 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2011-01-30 17:28:38 +0800 |
commit | 2a77c409e27aaf0ee369827a773274b5e6821b6f (patch) | |
tree | 1f0ab16324ec50f7a8cc6577d4d0af2790846f4b /databases | |
parent | b8c8ab994690e34ba069b462edbed2ae9d2b471f (diff) | |
download | freebsd-ports-gnome-2a77c409e27aaf0ee369827a773274b5e6821b6f.tar.gz freebsd-ports-gnome-2a77c409e27aaf0ee369827a773274b5e6821b6f.tar.zst freebsd-ports-gnome-2a77c409e27aaf0ee369827a773274b5e6821b6f.zip |
Fix @dirrmtry since it already filter stderr and return true.
PR: ports/153888
Submitted by: az@
Approved by: maintainer (timeout)
Feature safe: yes
Diffstat (limited to 'databases')
-rw-r--r-- | databases/postgresql90-server/pkg-plist-contrib | 12 | ||||
-rw-r--r-- | databases/postgresql91-server/pkg-plist-contrib | 12 | ||||
-rw-r--r-- | databases/postgresql92-server/pkg-plist-contrib | 12 |
3 files changed, 18 insertions, 18 deletions
diff --git a/databases/postgresql90-server/pkg-plist-contrib b/databases/postgresql90-server/pkg-plist-contrib index 6503200ccb10..3471716032c0 100644 --- a/databases/postgresql90-server/pkg-plist-contrib +++ b/databases/postgresql90-server/pkg-plist-contrib @@ -121,9 +121,9 @@ share/postgresql/contrib/uninstall_tsearch2.sql share/postgresql/contrib/uninstall_unaccent.sql share/postgresql/tsearch_data/unaccent.rules share/postgresql/tsearch_data/xsyn_sample.rules -@dirrmtry share/postgresql/tsearch_data >&2 -@dirrmtry share/postgresql/contrib >&2 -@dirrmtry share/postgresql >&2 -@dirrmtry %%DOCSDIR%%/contrib >&2 -@dirrmtry %%DOCSDIR%% >&2 -@dirrmtry lib/postgresql >&2 +@dirrmtry share/postgresql/tsearch_data +@dirrmtry share/postgresql/contrib +@dirrmtry share/postgresql +@dirrmtry %%DOCSDIR%%/contrib +@dirrmtry %%DOCSDIR%% +@dirrmtry lib/postgresql diff --git a/databases/postgresql91-server/pkg-plist-contrib b/databases/postgresql91-server/pkg-plist-contrib index 6503200ccb10..3471716032c0 100644 --- a/databases/postgresql91-server/pkg-plist-contrib +++ b/databases/postgresql91-server/pkg-plist-contrib @@ -121,9 +121,9 @@ share/postgresql/contrib/uninstall_tsearch2.sql share/postgresql/contrib/uninstall_unaccent.sql share/postgresql/tsearch_data/unaccent.rules share/postgresql/tsearch_data/xsyn_sample.rules -@dirrmtry share/postgresql/tsearch_data >&2 -@dirrmtry share/postgresql/contrib >&2 -@dirrmtry share/postgresql >&2 -@dirrmtry %%DOCSDIR%%/contrib >&2 -@dirrmtry %%DOCSDIR%% >&2 -@dirrmtry lib/postgresql >&2 +@dirrmtry share/postgresql/tsearch_data +@dirrmtry share/postgresql/contrib +@dirrmtry share/postgresql +@dirrmtry %%DOCSDIR%%/contrib +@dirrmtry %%DOCSDIR%% +@dirrmtry lib/postgresql diff --git a/databases/postgresql92-server/pkg-plist-contrib b/databases/postgresql92-server/pkg-plist-contrib index 6503200ccb10..3471716032c0 100644 --- a/databases/postgresql92-server/pkg-plist-contrib +++ b/databases/postgresql92-server/pkg-plist-contrib @@ -121,9 +121,9 @@ share/postgresql/contrib/uninstall_tsearch2.sql share/postgresql/contrib/uninstall_unaccent.sql share/postgresql/tsearch_data/unaccent.rules share/postgresql/tsearch_data/xsyn_sample.rules -@dirrmtry share/postgresql/tsearch_data >&2 -@dirrmtry share/postgresql/contrib >&2 -@dirrmtry share/postgresql >&2 -@dirrmtry %%DOCSDIR%%/contrib >&2 -@dirrmtry %%DOCSDIR%% >&2 -@dirrmtry lib/postgresql >&2 +@dirrmtry share/postgresql/tsearch_data +@dirrmtry share/postgresql/contrib +@dirrmtry share/postgresql +@dirrmtry %%DOCSDIR%%/contrib +@dirrmtry %%DOCSDIR%% +@dirrmtry lib/postgresql |