mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
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
This commit is contained in:
parent
2be4614f51
commit
c7096e4c53
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=28609
1 changed files with 4 additions and 3 deletions
|
@ -16,15 +16,16 @@ MASTER_SITES= ftp://ftp.sterling.com/zsh/ \
|
||||||
ftp://ftp.ips.oz.au/pub/packages/zsh/ \
|
ftp://ftp.ips.oz.au/pub/packages/zsh/ \
|
||||||
ftp://ftp.uit.no/pub/unix/shells/zsh/
|
ftp://ftp.uit.no/pub/unix/shells/zsh/
|
||||||
|
|
||||||
MAINTAINER= torstenb@FreeBSD.org
|
MAINTAINER= will@FreeBSD.org
|
||||||
|
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
MAN1= zsh.1 zshbuiltins.1 zshcompctl.1 zshexpn.1 zshmisc.1 \
|
MAN1= zsh.1 zshbuiltins.1 zshcompctl.1 zshexpn.1 zshmisc.1 \
|
||||||
zshoptions.1 zshall.1 zshparam.1 zshzle.1
|
zshoptions.1 zshall.1 zshparam.1 zshzle.1
|
||||||
PLIST_SUB= ZSH_VERSION=${DISTNAME:S/zsh-//}
|
PLIST_SUB= ZSH_VERSION=${DISTNAME:S/zsh-//}
|
||||||
|
|
||||||
# If you want to build a static binary, uncomment the following line
|
.if defined(WANT_STATIC)
|
||||||
#CONFIGURE_ENV+= "LDFLAGS=-static"
|
CONFIGURE_ENV+= "LDFLAGS=-static"
|
||||||
|
.endif
|
||||||
|
|
||||||
post-build:
|
post-build:
|
||||||
# Fix ".so" macro problem by using "soelim" command.
|
# Fix ".so" macro problem by using "soelim" command.
|
||||||
|
|
Loading…
Add table
Reference in a new issue