diff options
Diffstat (limited to 'devel/monotone')
-rw-r--r-- | devel/monotone/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/monotone/Makefile b/devel/monotone/Makefile index 43798aefe82d..d0204ca32ad8 100644 --- a/devel/monotone/Makefile +++ b/devel/monotone/Makefile @@ -26,7 +26,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ MAKEINFO="makeinfo --no-split" PLIST_FILES= bin/mtn share/zsh/site-functions/_mtn \ - "@dirrm share/zsh/site-functions" \ + "@unexec [ -f %D/bin/zsh ] || rmdir %D/share/zsh/site-functions 2>/dev/null || true" \ "@dirrmtry share/zsh" INFO= monotone MAN1= mtn.1 |