diff options
author | shige <shige@FreeBSD.org> | 1999-08-06 19:59:41 +0800 |
---|---|---|
committer | shige <shige@FreeBSD.org> | 1999-08-06 19:59:41 +0800 |
commit | 4aa9715866178a46e8e97110ee7778a3c0dd49b5 (patch) | |
tree | c3dc0f9d973565bba3973ba83f6bc5b9b0ab5006 /shells/zsh-devel/Makefile | |
parent | 05d1e644581faa729297e44c9e627ed8d733a4d9 (diff) | |
download | freebsd-ports-gnome-4aa9715866178a46e8e97110ee7778a3c0dd49b5.tar.gz freebsd-ports-gnome-4aa9715866178a46e8e97110ee7778a3c0dd49b5.tar.zst freebsd-ports-gnome-4aa9715866178a46e8e97110ee7778a3c0dd49b5.zip |
Update to 3.1.6.
PR: ports/12944
Submitted by: Chris Piazza <cpiazza@FreeBSD.org>
Diffstat (limited to 'shells/zsh-devel/Makefile')
-rw-r--r-- | shells/zsh-devel/Makefile | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/shells/zsh-devel/Makefile b/shells/zsh-devel/Makefile index 779bf7ab1581..c9b7ba6b81a7 100644 --- a/shells/zsh-devel/Makefile +++ b/shells/zsh-devel/Makefile @@ -1,19 +1,16 @@ # New ports collection makefile for: zsh-devel -# Version required: 3.1.5 +# Version required: 3.1.6 # Date created: 31 October 1998 # Whom: shige # -# $Id: Makefile,v 1.30 1999/03/01 09:38:19 shige Exp $ +# $Id: Makefile,v 1.31 1999/06/05 22:31:54 mharo Exp $ # -DISTNAME= zsh-3.1.5 +DISTNAME= zsh-3.1.6 CATEGORIES= shells MASTER_SITES= ftp://ftp.zsh.org/zsh/ \ - ftp://ftp.math.gatech.edu/pub/zsh/ \ ftp://ftp.sterling.com/zsh/ \ ftp://ftp.rge.com/pub/zsh/ \ - ftp://ftp.cenatls.cena.dgac.fr/pub/shells/zsh/ \ - ftp://mrrl.lut.ac.uk/zsh/ \ ftp://ftp.fu-berlin.de/pub/unix/shells/zsh/ \ ftp://ftp.ips.oz.au/pub/packages/zsh/ \ ftp://ftp.uit.no/pub/unix/shells/zsh/ @@ -23,12 +20,14 @@ MAINTAINER= shige@FreeBSD.ORG GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-zsh-mem --enable-zsh-secure-free --enable-dynamic MAN1= zsh.1 zshbuiltins.1 zshcompctl.1 zshexpn.1 zshmisc.1 \ - zshoptions.1 zshall.1 zshparam.1 zshzle.1 zshmodules.1 + zshoptions.1 zshall.1 zshparam.1 zshzle.1 zshmodules.1 \ + zshzftpsys.1 zshcompsys.1 zshcompwid.1 # If you want to build a static binary, uncomment the following line #LDFLAGS+=-static post-install: + @${INSTALL_DATA} ${WRKSRC}/Doc/zsh.info ${PREFIX}/info @install-info ${PREFIX}/info/zsh.info ${PREFIX}/info/dir @${ECHO} "Updating /etc/shells" @${CP} /etc/shells /etc/shells.bak |