diff options
author | will <will@FreeBSD.org> | 2000-05-20 03:03:06 +0800 |
---|---|---|
committer | will <will@FreeBSD.org> | 2000-05-20 03:03:06 +0800 |
commit | 9089a2834db05f9768d59bead697b60a106f8670 (patch) | |
tree | 361681acb15411fae9a2a4539740ef25c7e4c8f8 /shells/zsh | |
parent | be11c2283d7b788639baa53cda0fc0f843a5809b (diff) | |
download | freebsd-ports-gnome-9089a2834db05f9768d59bead697b60a106f8670.tar.gz freebsd-ports-gnome-9089a2834db05f9768d59bead697b60a106f8670.tar.zst freebsd-ports-gnome-9089a2834db05f9768d59bead697b60a106f8670.zip |
Take over MAINTAINER since the current one is inactive. Also allow people
to build a static binary without having to touch the Makefile.
Approved by: asami
Diffstat (limited to 'shells/zsh')
-rw-r--r-- | shells/zsh/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/shells/zsh/Makefile b/shells/zsh/Makefile index 7115468e7750..8b8193a4e2ad 100644 --- a/shells/zsh/Makefile +++ b/shells/zsh/Makefile @@ -16,15 +16,16 @@ MASTER_SITES= ftp://ftp.sterling.com/zsh/ \ ftp://ftp.ips.oz.au/pub/packages/zsh/ \ ftp://ftp.uit.no/pub/unix/shells/zsh/ -MAINTAINER= torstenb@FreeBSD.org +MAINTAINER= will@FreeBSD.org GNU_CONFIGURE= yes MAN1= zsh.1 zshbuiltins.1 zshcompctl.1 zshexpn.1 zshmisc.1 \ zshoptions.1 zshall.1 zshparam.1 zshzle.1 PLIST_SUB= ZSH_VERSION=${DISTNAME:S/zsh-//} -# If you want to build a static binary, uncomment the following line -#CONFIGURE_ENV+= "LDFLAGS=-static" +.if defined(WANT_STATIC) +CONFIGURE_ENV+= "LDFLAGS=-static" +.endif post-build: # Fix ".so" macro problem by using "soelim" command. |