summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorAndrej Zverev <az@FreeBSD.org>2011-01-30 08:39:58 +0000
committerAndrej Zverev <az@FreeBSD.org>2011-01-30 08:39:58 +0000
commit065a14d86b66842011ff77fe2a4b069a3dafefc3 (patch)
treead1681e5ad14f99858842237c8d06fa17a6bc389 /databases
parentSince atftpd uses signals, check for EINTR and continue (diff)
Fix @dirrmtry since it already filter stderr and return true.
PR: ports/153895 Submitted by: az@ Approved by: maintainer (timeout) Feature safe: yes
Notes
Notes: svn path=/head/; revision=268414
Diffstat (limited to 'databases')
-rw-r--r--databases/postgresql83-server/pkg-plist-contrib12
1 files changed, 6 insertions, 6 deletions
diff --git a/databases/postgresql83-server/pkg-plist-contrib b/databases/postgresql83-server/pkg-plist-contrib
index 304ec2a3f455..54600dec1e45 100644
--- a/databases/postgresql83-server/pkg-plist-contrib
+++ b/databases/postgresql83-server/pkg-plist-contrib
@@ -101,9 +101,9 @@ share/postgresql/contrib/uninstall_tablefunc.sql
share/postgresql/contrib/uninstall_test_parser.sql
share/postgresql/contrib/uninstall_tsearch2.sql
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