diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2006-01-22 06:28:59 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2006-01-22 06:28:59 +0000 |
commit | 186c2e326cb8f9a0f44b44cdbf6314e0999b346e (patch) | |
tree | d6ef0b4cb3c1fa6a810fcdd9bfa232d1cf549823 /x11-wm/openbox | |
parent | 6a77d20e05b80528dcd9a58bcc85fd76537a65da (diff) | |
download | ports-186c2e326cb8f9a0f44b44cdbf6314e0999b346e.tar.gz ports-186c2e326cb8f9a0f44b44cdbf6314e0999b346e.zip |
Notes
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} |