mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
Fix @dirrmtry since it already filter stderr and return true.
PR: ports/153888 Submitted by: az@ Approved by: maintainer (timeout) Feature safe: yes
This commit is contained in:
parent
d1de7fbb0e
commit
ece2d96a59
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=268416
@ -121,9 +121,9 @@ share/postgresql/contrib/uninstall_tsearch2.sql
|
|||||||
share/postgresql/contrib/uninstall_unaccent.sql
|
share/postgresql/contrib/uninstall_unaccent.sql
|
||||||
share/postgresql/tsearch_data/unaccent.rules
|
share/postgresql/tsearch_data/unaccent.rules
|
||||||
share/postgresql/tsearch_data/xsyn_sample.rules
|
share/postgresql/tsearch_data/xsyn_sample.rules
|
||||||
@dirrmtry share/postgresql/tsearch_data >&2
|
@dirrmtry share/postgresql/tsearch_data
|
||||||
@dirrmtry share/postgresql/contrib >&2
|
@dirrmtry share/postgresql/contrib
|
||||||
@dirrmtry share/postgresql >&2
|
@dirrmtry share/postgresql
|
||||||
@dirrmtry %%DOCSDIR%%/contrib >&2
|
@dirrmtry %%DOCSDIR%%/contrib
|
||||||
@dirrmtry %%DOCSDIR%% >&2
|
@dirrmtry %%DOCSDIR%%
|
||||||
@dirrmtry lib/postgresql >&2
|
@dirrmtry lib/postgresql
|
||||||
|
@ -121,9 +121,9 @@ share/postgresql/contrib/uninstall_tsearch2.sql
|
|||||||
share/postgresql/contrib/uninstall_unaccent.sql
|
share/postgresql/contrib/uninstall_unaccent.sql
|
||||||
share/postgresql/tsearch_data/unaccent.rules
|
share/postgresql/tsearch_data/unaccent.rules
|
||||||
share/postgresql/tsearch_data/xsyn_sample.rules
|
share/postgresql/tsearch_data/xsyn_sample.rules
|
||||||
@dirrmtry share/postgresql/tsearch_data >&2
|
@dirrmtry share/postgresql/tsearch_data
|
||||||
@dirrmtry share/postgresql/contrib >&2
|
@dirrmtry share/postgresql/contrib
|
||||||
@dirrmtry share/postgresql >&2
|
@dirrmtry share/postgresql
|
||||||
@dirrmtry %%DOCSDIR%%/contrib >&2
|
@dirrmtry %%DOCSDIR%%/contrib
|
||||||
@dirrmtry %%DOCSDIR%% >&2
|
@dirrmtry %%DOCSDIR%%
|
||||||
@dirrmtry lib/postgresql >&2
|
@dirrmtry lib/postgresql
|
||||||
|
@ -121,9 +121,9 @@ share/postgresql/contrib/uninstall_tsearch2.sql
|
|||||||
share/postgresql/contrib/uninstall_unaccent.sql
|
share/postgresql/contrib/uninstall_unaccent.sql
|
||||||
share/postgresql/tsearch_data/unaccent.rules
|
share/postgresql/tsearch_data/unaccent.rules
|
||||||
share/postgresql/tsearch_data/xsyn_sample.rules
|
share/postgresql/tsearch_data/xsyn_sample.rules
|
||||||
@dirrmtry share/postgresql/tsearch_data >&2
|
@dirrmtry share/postgresql/tsearch_data
|
||||||
@dirrmtry share/postgresql/contrib >&2
|
@dirrmtry share/postgresql/contrib
|
||||||
@dirrmtry share/postgresql >&2
|
@dirrmtry share/postgresql
|
||||||
@dirrmtry %%DOCSDIR%%/contrib >&2
|
@dirrmtry %%DOCSDIR%%/contrib
|
||||||
@dirrmtry %%DOCSDIR%% >&2
|
@dirrmtry %%DOCSDIR%%
|
||||||
@dirrmtry lib/postgresql >&2
|
@dirrmtry lib/postgresql
|
||||||
|
Loading…
Reference in New Issue
Block a user