Lines 12-18
Link Here
|
12 |
# (default: on) |
12 |
# (default: on) |
13 |
# WITHOUT_ZSH_MAILDIR=yes disable support for Maildirs in MAIL and MAILPATH |
13 |
# WITHOUT_ZSH_MAILDIR=yes disable support for Maildirs in MAIL and MAILPATH |
14 |
# (default: on) |
14 |
# (default: on) |
15 |
# WITHOUT_ZSH_MULTIBYTE=yes disable multibyte character support |
15 |
# WITHOUT_ZSH_MULTIBYTE=yes disable multibyte character support |
16 |
# (default: on) |
16 |
# (default: on) |
17 |
# ZSH_ETCDIR=<dir> directory for zsh system-wide configuration files: |
17 |
# ZSH_ETCDIR=<dir> directory for zsh system-wide configuration files: |
18 |
# zshenv, zlogin, zprofile, zshrc, zlogout. |
18 |
# zshenv, zlogin, zprofile, zshrc, zlogout. |
Lines 28-33
Link Here
|
28 |
|
28 |
|
29 |
PORTNAME= zsh |
29 |
PORTNAME= zsh |
30 |
PORTVERSION= 4.3.2 |
30 |
PORTVERSION= 4.3.2 |
|
|
31 |
PORTREVISION= 1 |
31 |
CATEGORIES= shells |
32 |
CATEGORIES= shells |
32 |
MASTER_SITES= \ |
33 |
MASTER_SITES= \ |
33 |
http://archive.progeny.com/zsh/ \ |
34 |
http://archive.progeny.com/zsh/ \ |
Lines 122-127
Link Here
|
122 |
${RM} -f ${WRKSRC}/Functions/MIME/zsh-mime-setup.bak |
123 |
${RM} -f ${WRKSRC}/Functions/MIME/zsh-mime-setup.bak |
123 |
.if ${OSVERSION} >= 503000 |
124 |
.if ${OSVERSION} >= 503000 |
124 |
${RM} -f ${WRKSRC}/Completion/Unix/Type/_tar_archive.orig |
125 |
${RM} -f ${WRKSRC}/Completion/Unix/Type/_tar_archive.orig |
|
|
126 |
${RM} -f ${WRKSRC}/Completion/X/Command/_acroread.orig |
125 |
.endif |
127 |
.endif |
126 |
|
128 |
|
127 |
post-build: |
129 |
post-build: |