diff options
author | edwin <edwin@FreeBSD.org> | 2006-01-22 06:28:59 +0000 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2006-01-22 06:28:59 +0000 |
commit | 1677f97aa26c838254a6818de8cfcfd86c746dfb (patch) | |
tree | 2c27fc7a03a5b890cdd90d621e595a87209475e6 /security/xca | |
parent | 9a0941e0406efa462ec7e72b9a3422d5f60a1506 (diff) | |
download | FreeBSD-ports-1677f97aa26c838254a6818de8cfcfd86c746dfb.zip FreeBSD-ports-1677f97aa26c838254a6818de8cfcfd86c746dfb.tar.gz |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related)
Diffstat (limited to 'security/xca')
-rw-r--r-- | security/xca/pkg-plist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/xca/pkg-plist b/security/xca/pkg-plist index 9636384..f72fbb2 100644 --- a/security/xca/pkg-plist +++ b/security/xca/pkg-plist @@ -36,5 +36,5 @@ share/xca/xca-8.html share/xca/xca-9.html share/xca/xca.html @dirrm share/xca -@unexec rmdir %D/share/pixmaps || true +@dirrmtry share/pixmaps @dirrmtry share/applications |