diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2006-08-29 22:07:18 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2006-08-29 22:07:18 +0000 |
commit | 841274a336f58c2c40001108a03a833cbbed33b4 (patch) | |
tree | ae76455c148788d3fa394949412f37d8006cfea9 /devel/monotone | |
parent | f6c82fc401a97524d38b88f4208aef339adde58c (diff) | |
download | ports-841274a336f58c2c40001108a03a833cbbed33b4.tar.gz ports-841274a336f58c2c40001108a03a833cbbed33b4.zip |
Notes
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 |