diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2006-01-22 00:30:24 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2006-01-22 00:30:24 +0000 |
commit | 8782296f87f346e407a9b588c61c901ad331a61b (patch) | |
tree | 9003db734f5474c93508ccf7f02ac0319bb0d249 /databases/ruby-dbd_pg | |
parent | e8d3c8300fde17c34b15fc2d889e55641e0a8f00 (diff) |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Notes
Notes:
svn path=/head/; revision=154105
Diffstat (limited to 'databases/ruby-dbd_pg')
-rw-r--r-- | databases/ruby-dbd_pg/pkg-plist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/ruby-dbd_pg/pkg-plist b/databases/ruby-dbd_pg/pkg-plist index bc83f43917c0..6eef1b1d5718 100644 --- a/databases/ruby-dbd_pg/pkg-plist +++ b/databases/ruby-dbd_pg/pkg-plist @@ -2,4 +2,4 @@ %%PORTDOCS%%@dirrm %%RUBY_MODDOCDIR%% %%RUBY_SITELIBDIR%%/DBD/Pg/Pg.rb @dirrm %%RUBY_SITELIBDIR%%/DBD/Pg -@unexec rmdir %D/%%RUBY_SITELIBDIR%%/DBD 2>/dev/null || true +@dirrmtry %%RUBY_SITELIBDIR%%/DBD |