summaryrefslogtreecommitdiffstats
path: root/x11-themes/icon-bluecurve-theme
diff options
context:
space:
mode:
authoredwin <edwin@FreeBSD.org>2006-01-22 06:28:59 +0000
committeredwin <edwin@FreeBSD.org>2006-01-22 06:28:59 +0000
commit1677f97aa26c838254a6818de8cfcfd86c746dfb (patch)
tree2c27fc7a03a5b890cdd90d621e595a87209475e6 /x11-themes/icon-bluecurve-theme
parent9a0941e0406efa462ec7e72b9a3422d5f60a1506 (diff)
downloadFreeBSD-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 'x11-themes/icon-bluecurve-theme')
-rw-r--r--x11-themes/icon-bluecurve-theme/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-themes/icon-bluecurve-theme/Makefile b/x11-themes/icon-bluecurve-theme/Makefile
index 9915572..1c05049 100644
--- a/x11-themes/icon-bluecurve-theme/Makefile
+++ b/x11-themes/icon-bluecurve-theme/Makefile
@@ -44,6 +44,6 @@ do-build:
pre-install:
@${ECHO_CMD} "@dirrm share/icons/Bluecurve" >> ${PLIST}
- @${ECHO_CMD} "@unexec rmdir %D/share/icons 2>/dev/null || true" >> ${PLIST}
+ @${ECHO_CMD} "@dirrmtry share/icons" >> ${PLIST}
.include "${MASTERDIR}/Makefile"
OpenPOWER on IntegriCloud