Lines 45-54
CPPFLAGS+= -DBOOL_DEFINED
Link Here
|
45 |
LDFLAGS+= -Wl,--as-needed |
45 |
LDFLAGS+= -Wl,--as-needed |
46 |
TEST_TARGET= test |
46 |
TEST_TARGET= test |
47 |
|
47 |
|
48 |
OPTIONS_DEFINE= DEBUG ETCDIR GDBM MEM PCRE STATIC \ |
48 |
OPTIONS_DEFINE= BIN_ZSH DEBUG ETCDIR GDBM MEM PCRE STATIC \ |
49 |
DOCS EXAMPLES |
49 |
DOCS EXAMPLES |
50 |
OPTIONS_SUB= yes |
50 |
OPTIONS_SUB= yes |
51 |
|
51 |
|
|
|
52 |
BIN_ZSH_DESC= Make zsh and rzsh also available as /bin/zsh and /bin/rzsh |
52 |
ETCDIR_DESC= System-wide defaults in /etc (instead of $${PREFIX}/etc) |
53 |
ETCDIR_DESC= System-wide defaults in /etc (instead of $${PREFIX}/etc) |
53 |
GDBM_DESC= Enable GDBM support (GPL) |
54 |
GDBM_DESC= Enable GDBM support (GPL) |
54 |
MEM_DESC= Enable zsh-mem options |
55 |
MEM_DESC= Enable zsh-mem options |
Lines 123-128
post-install:
Link Here
|
123 |
${CHMOD} 644 $$i.zwc ; \ |
124 |
${CHMOD} 644 $$i.zwc ; \ |
124 |
done') |
125 |
done') |
125 |
|
126 |
|
|
|
127 |
post-install-BIN_ZSH-on: |
128 |
@${MKDIR} ${STAGEDIR}/bin |
129 |
.for f in zsh rzsh |
130 |
${RLN} ${STAGEDIR}${PREFIX}/bin/${f} ${STAGEDIR}/bin/${f} |
131 |
.endfor |
132 |
|
126 |
post-install-EXAMPLES-on: |
133 |
post-install-EXAMPLES-on: |
127 |
@${MKDIR} ${STAGEDIR}${EXAMPLESDIR} |
134 |
@${MKDIR} ${STAGEDIR}${EXAMPLESDIR} |
128 |
(cd ${WRKSRC}/StartupFiles && ${INSTALL_DATA} ${PORTEXAMPLES} ${STAGEDIR}${EXAMPLESDIR}) |
135 |
(cd ${WRKSRC}/StartupFiles && ${INSTALL_DATA} ${PORTEXAMPLES} ${STAGEDIR}${EXAMPLESDIR}) |