diff options
Diffstat (limited to 'x11-wm/openbox')
-rw-r--r-- | x11-wm/openbox/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/x11-wm/openbox/Makefile b/x11-wm/openbox/Makefile index ca80492aca31..57f43ccb0347 100644 --- a/x11-wm/openbox/Makefile +++ b/x11-wm/openbox/Makefile @@ -76,8 +76,7 @@ pre-install: ${ECHO_CMD} lib/libobrender.${ii} >> ${PLIST} .endfor .for ii in gnome/wm-properties gnome - ${ECHO_CMD} "@unexec rmdir %D/share/${ii} 2>/dev/null || true" \ - >> ${PLIST} + ${ECHO_CMD} "@dirrmtry share/${ii}" >> ${PLIST} .endfor .if !defined(NOPORTDOCS) .for ii in ${DOCS} |