diff options
author | Bernhard Froehlich <decke@FreeBSD.org> | 2021-09-08 20:40:51 +0000 |
---|---|---|
committer | Bernhard Froehlich <decke@FreeBSD.org> | 2021-09-08 20:53:39 +0000 |
commit | de4d421d74112b85680fa582fb9860f0e3a2e461 (patch) | |
tree | a766756773d30c3f7539bf5ef3de32d891328841 /shells | |
parent | 362c9f2527996c92f4ff88ce9f0bec35cf495419 (diff) | |
download | ports-de4d421d74112b85680fa582fb9860f0e3a2e461.tar.gz ports-de4d421d74112b85680fa582fb9860f0e3a2e461.zip |
shells/zsh: Add CPE information
Approved by: portmgr (blanket)
Diffstat (limited to 'shells')
-rw-r--r-- | shells/zsh/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shells/zsh/Makefile b/shells/zsh/Makefile index 8579989225f4..2298ee440644 100644 --- a/shells/zsh/Makefile +++ b/shells/zsh/Makefile @@ -19,7 +19,7 @@ LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept MAKE_JOBS_UNSAFE= yes -USES= autoreconf iconv localbase:ldflags ncurses shebangfix tar:xz +USES= autoreconf cpe iconv localbase:ldflags ncurses shebangfix tar:xz SHEBANG_LANG= zsh zsh_OLD_CMD= zsh # shebang appears as /bin/zsh and just zsh |