mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-27 10:03:20 +00:00
Fix @dirrmtry since it already filter stderr and return true.
PR: ports/153893 Submitted by: az@ Approved by: maintainer (timeout) Feature safe: yes
This commit is contained in:
parent
89fd2b9e53
commit
7faf1828cd
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=268412
@ -122,8 +122,8 @@ share/postgresql/contrib/uninstall_seg.sql
|
||||
share/postgresql/contrib/uninstall_sslinfo.sql
|
||||
share/postgresql/contrib/uninstall_tablefunc.sql
|
||||
share/postgresql/contrib/uninstall_tsearch2.sql
|
||||
@dirrmtry share/postgresql/contrib >&2
|
||||
@dirrmtry share/postgresql >&2
|
||||
@dirrmtry %%DOCSDIR%%/contrib >&2
|
||||
@dirrmtry %%DOCSDIR%% >&2
|
||||
@dirrmtry lib/postgresql >&2
|
||||
@dirrmtry share/postgresql/contrib
|
||||
@dirrmtry share/postgresql
|
||||
@dirrmtry %%DOCSDIR%%/contrib
|
||||
@dirrmtry %%DOCSDIR%%
|
||||
@dirrmtry lib/postgresql
|
||||
|
Loading…
Reference in New Issue
Block a user