View | Details | Raw Unified | Return to bug 259109 | Differences between
and this patch

Collapse All | Expand All

(-)b/shells/zsh/Makefile (-1 / +8 lines)
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})
(-)b/shells/zsh/pkg-plist (-1 / +2 lines)
Lines 1-5 Link Here
1
@shell bin/zsh
1
@shell bin/zsh
2
@shell bin/rzsh
2
@shell bin/rzsh
3
%%BIN_ZSH%%@shell /bin/zsh
4
%%BIN_ZSH%%@shell /bin/rzsh
3
bin/zsh-%%ZSH_VER%%
5
bin/zsh-%%ZSH_VER%%
4
%%NO_STATIC%%lib/zsh/%%ZSH_VER%%/zsh/cap.so
6
%%NO_STATIC%%lib/zsh/%%ZSH_VER%%/zsh/cap.so
5
%%NO_STATIC%%lib/zsh/%%ZSH_VER%%/zsh/clone.so
7
%%NO_STATIC%%lib/zsh/%%ZSH_VER%%/zsh/clone.so
6
- 

Return to bug 259109