diff options
author | edwin <edwin@FreeBSD.org> | 2006-01-22 01:29:46 +0000 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2006-01-22 01:29:46 +0000 |
commit | e80f0953d18006170971019cc3936a2de46081ab (patch) | |
tree | 2ced76b22a5a33be9fc8a463ef1df3c21eb26234 /databases/p5-DBD-mysql | |
parent | f70b9e5e41d04219d385f0493662aacb199e31cc (diff) | |
download | FreeBSD-ports-e80f0953d18006170971019cc3936a2de46081ab.zip FreeBSD-ports-e80f0953d18006170971019cc3936a2de46081ab.tar.gz |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related)
Diffstat (limited to 'databases/p5-DBD-mysql')
-rw-r--r-- | databases/p5-DBD-mysql/pkg-plist | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/databases/p5-DBD-mysql/pkg-plist b/databases/p5-DBD-mysql/pkg-plist index c335d6b..969a175 100644 --- a/databases/p5-DBD-mysql/pkg-plist +++ b/databases/p5-DBD-mysql/pkg-plist @@ -10,7 +10,7 @@ @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/DBD/mysql @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/Mysql @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/DBD/mysql -@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/Bundle/DBD 2>/dev/null || true -@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/Bundle 2>/dev/null || true -@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/DBD 2>/dev/null || true -@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/DBD 2>/dev/null || true +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Bundle/DBD +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Bundle +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/DBD +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/DBD |