diff options
author | Torsten Blum <torstenb@FreeBSD.org> | 1999-09-10 22:03:36 +0000 |
---|---|---|
committer | Torsten Blum <torstenb@FreeBSD.org> | 1999-09-10 22:03:36 +0000 |
commit | 804b487d8ef6e40713fe83cba663bbc89fd74ba2 (patch) | |
tree | 316501f2ce6df5f3848a49886b32acffea5bd8b4 /shells/zsh | |
parent | 974e57bd6d12464c6077943ee719f815eb3e12a7 (diff) | |
download | ports-804b487d8ef6e40713fe83cba663bbc89fd74ba2.tar.gz ports-804b487d8ef6e40713fe83cba663bbc89fd74ba2.zip |
Notes
Diffstat (limited to 'shells/zsh')
-rw-r--r-- | shells/zsh/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shells/zsh/Makefile b/shells/zsh/Makefile index 0df8e551487d..523c33c5a66c 100644 --- a/shells/zsh/Makefile +++ b/shells/zsh/Makefile @@ -24,7 +24,7 @@ MAN1= zsh.1 zshbuiltins.1 zshcompctl.1 zshexpn.1 zshmisc.1 \ zshoptions.1 zshall.1 zshparam.1 zshzle.1 # If you want to build a static binary, uncomment the following line -#LDFLAGS+=-static +#CONFIGURE_ENV+= "LDFLAGS=-static" post-install: @install-info ${PREFIX}/info/zsh.info ${PREFIX}/info/dir |