View | Details | Raw Unified | Return to bug 64540
Collapse All | Expand All

(-)zsh.dim/Makefile (-3 lines)
Lines 93-101 Link Here
93
MAN1=		zsh.1 zshbuiltins.1 zshcompctl.1 zshcompwid.1 zshcompsys.1 \
93
MAN1=		zsh.1 zshbuiltins.1 zshcompctl.1 zshcompwid.1 zshcompsys.1 \
94
		zshcontrib.1 zshexpn.1 zshmisc.1 zshmodules.1 zshoptions.1 \
94
		zshcontrib.1 zshexpn.1 zshmisc.1 zshmodules.1 zshoptions.1 \
95
		zshparam.1 zshzftpsys.1 zshzle.1 zshall.1
95
		zshparam.1 zshzftpsys.1 zshzle.1 zshall.1
96
.if !defined(NOPORTDOCS)
97
INFO=		zsh
98
.endif
99
DOCS=		LICENCE META-FAQ README Etc/BUGS Etc/CONTRIBUTORS Etc/FAQ \
96
DOCS=		LICENCE META-FAQ README Etc/BUGS Etc/CONTRIBUTORS Etc/FAQ \
100
		Etc/FEATURES Etc/NEWS Etc/completion-style-guide \
97
		Etc/FEATURES Etc/NEWS Etc/completion-style-guide \
101
		Doc/zsh*.html Doc/zsh.dvi Doc/zsh_a4.ps Doc/zsh_us.ps
98
		Doc/zsh*.html Doc/zsh.dvi Doc/zsh_a4.ps Doc/zsh_us.ps
(-)zsh.dim/pkg-plist (+3 lines)
Lines 5-10 Link Here
5
bin/zsh-%%ZSH_VER%%
5
bin/zsh-%%ZSH_VER%%
6
@exec   mkdir %%ZSH_ETCDIR%% 2> /dev/null || true
6
@exec   mkdir %%ZSH_ETCDIR%% 2> /dev/null || true
7
@unexec rmdir %%ZSH_ETCDIR%% 2> /dev/null || true
7
@unexec rmdir %%ZSH_ETCDIR%% 2> /dev/null || true
8
%%PORTDOCS%%@unexec install-info --delete %D/info/zsh.info %D/info/dir
9
%%PORTDOCS%%info/zsh.info
10
%%PORTDOCS%%@exec install-info %D/info/zsh.info %D/info/dir
8
%%NO_STATIC%%lib/zsh/%%ZSH_VER%%/zsh/cap.so
11
%%NO_STATIC%%lib/zsh/%%ZSH_VER%%/zsh/cap.so
9
%%NO_STATIC%%lib/zsh/%%ZSH_VER%%/zsh/clone.so
12
%%NO_STATIC%%lib/zsh/%%ZSH_VER%%/zsh/clone.so
10
%%NO_STATIC%%lib/zsh/%%ZSH_VER%%/zsh/compctl.so
13
%%NO_STATIC%%lib/zsh/%%ZSH_VER%%/zsh/compctl.so

Return to bug 64540