summaryrefslogtreecommitdiff
path: root/x11-themes/gtk-bluecurve-theme
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2006-01-22 06:28:59 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2006-01-22 06:28:59 +0000
commit186c2e326cb8f9a0f44b44cdbf6314e0999b346e (patch)
treed6ef0b4cb3c1fa6a810fcdd9bfa232d1cf549823 /x11-themes/gtk-bluecurve-theme
parentBack out previous commit, it was fixed in the master port (diff)
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@ PR: ports/88711 (related)
Notes
Notes: svn path=/head/; revision=154137
Diffstat (limited to 'x11-themes/gtk-bluecurve-theme')
-rw-r--r--x11-themes/gtk-bluecurve-theme/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-themes/gtk-bluecurve-theme/Makefile b/x11-themes/gtk-bluecurve-theme/Makefile
index 32781a9bd192..3d1271bffea2 100644
--- a/x11-themes/gtk-bluecurve-theme/Makefile
+++ b/x11-themes/gtk-bluecurve-theme/Makefile
@@ -63,7 +63,7 @@ pre-install:
@${ECHO_CMD} "@dirrm share/themes/Bluecurve-${s}/${GTK${v}_RCDIR}" >> ${PLIST}
. endfor
.endfor
- @${ECHO_CMD} "@unexec rmdir %D/share/themes/Bluecurve 2>/dev/null || true" >> ${PLIST}
+ @${ECHO_CMD} "@dirrmtry share/themes/Bluecurve" >> ${PLIST}
.for s in ${EXTRA_STYLES}
@${ECHO_CMD} "@dirrm share/themes/Bluecurve-${s}" >> ${PLIST}
.endfor