diff options
Diffstat (limited to 'sysutils/autojump/Makefile')
-rw-r--r-- | sysutils/autojump/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/autojump/Makefile b/sysutils/autojump/Makefile index 9cb76e1b95a9..c00c8a2663fa 100644 --- a/sysutils/autojump/Makefile +++ b/sysutils/autojump/Makefile @@ -12,7 +12,7 @@ COMMENT= Tool that acts as a complement to cd LICENSE= GPLv3 -RUN_DEPENDS= bash:${PORTSDIR}/shells/bash +RUN_DEPENDS= bash:shells/bash NO_BUILD= yes USES= python:run @@ -28,7 +28,7 @@ PLIST_FILES= bin/autojump \ OPTIONS_DEFINE= ZSH OPTIONS_DEFAULT= ZSH -ZSH_RUN_DEPENDS= zsh:${PORTSDIR}/shells/zsh +ZSH_RUN_DEPENDS= zsh:shells/zsh ZSH_PLIST_FILES= share/zsh/site-functions/_j post-patch: |