diff options
author | edwin <edwin@FreeBSD.org> | 2006-01-22 14:28:59 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2006-01-22 14:28:59 +0800 |
commit | 1677f97aa26c838254a6818de8cfcfd86c746dfb (patch) | |
tree | 2c27fc7a03a5b890cdd90d621e595a87209475e6 /www/drupal6 | |
parent | 9a0941e0406efa462ec7e72b9a3422d5f60a1506 (diff) | |
download | freebsd-ports-gnome-1677f97aa26c838254a6818de8cfcfd86c746dfb.tar.gz freebsd-ports-gnome-1677f97aa26c838254a6818de8cfcfd86c746dfb.tar.zst freebsd-ports-gnome-1677f97aa26c838254a6818de8cfcfd86c746dfb.zip |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related)
Diffstat (limited to 'www/drupal6')
-rw-r--r-- | www/drupal6/pkg-plist | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/drupal6/pkg-plist b/www/drupal6/pkg-plist index f2a4397544bf..734e8b5dee00 100644 --- a/www/drupal6/pkg-plist +++ b/www/drupal6/pkg-plist @@ -142,8 +142,8 @@ @dirrm %%DRUPDIR%%/themes/chameleon @dirrm %%DRUPDIR%%/themes/bluemarine @dirrm %%DRUPDIR%%/themes -@unexec rmdir %D/%%DRUPDIR%%/sites/default 2>/dev/null || /usr/bin/true -@unexec rmdir %D/%%DRUPDIR%%/sites 2>/dev/null || /usr/bin/true +@dirrmtry %%DRUPDIR%%/sites/default +@dirrmtry %%DRUPDIR%%/sites @dirrm %%DRUPDIR%%/scripts @dirrm %%DRUPDIR%%/modules @dirrm %%DRUPDIR%%/misc |