1
0
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:
Andrej Zverev 2011-01-30 09:28:38 +00:00
parent d1de7fbb0e
commit ece2d96a59
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=268416
3 changed files with 18 additions and 18 deletions

View File

@ -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

View File

@ -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

View File

@ -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