diff options
author | torstenb <torstenb@FreeBSD.org> | 2000-02-14 02:20:45 +0800 |
---|---|---|
committer | torstenb <torstenb@FreeBSD.org> | 2000-02-14 02:20:45 +0800 |
commit | dbdabea063ab87a8c33d451c3f7106b59f1f689e (patch) | |
tree | a9f104261bfc972c8d44ace2651e5247f7498ad7 /shells/zsh/Makefile | |
parent | cb1c3cf2991bfe2b23156289135bb5db2a59e37e (diff) | |
download | freebsd-ports-gnome-dbdabea063ab87a8c33d451c3f7106b59f1f689e.tar.gz freebsd-ports-gnome-dbdabea063ab87a8c33d451c3f7106b59f1f689e.tar.zst freebsd-ports-gnome-dbdabea063ab87a8c33d451c3f7106b59f1f689e.zip |
Fix a problem with zsh.texi introduced when we upgraded our base-system
texinfo to 4.0. Things could be easier if people would use manpages instead
of texinfo & Co.
Diffstat (limited to 'shells/zsh/Makefile')
-rw-r--r-- | shells/zsh/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/shells/zsh/Makefile b/shells/zsh/Makefile index 0cabddc089b4..c54bb059a863 100644 --- a/shells/zsh/Makefile +++ b/shells/zsh/Makefile @@ -29,6 +29,7 @@ PLIST_SUB= ZSH_VERSION=${DISTNAME:S/zsh-//} post-build: # Fix ".so" macro problem by using "soelim" command. + @echo HERE!!! @(cd ${WRKSRC} ; \ ${LN} -sf ./Doc man1 ; \ if [ ! -f ./man1/zshall.1.source ]; then \ |