diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 1995-05-29 13:46:42 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 1995-05-29 13:46:42 +0000 |
commit | 444bcd3c2ed803274c8deafa2c3fa03f8a394653 (patch) | |
tree | 297f74782436a0f973b6b89d60c10f399af9a135 /shells/zsh-devel/Makefile | |
parent | Remove comment about not being able to undefine a variable, as we *can* (diff) |
This commit was manufactured by cvs2svn to create tagrelease/2.0.5
'RELENG_2_0_5_RELEASE'.
Notes
Notes:
svn path=/head/; revision=1803
svn path=/tags/RELENG_2_0_5_RELEASE/; revision=1807; tag=release/2.0.5
Diffstat (limited to 'shells/zsh-devel/Makefile')
-rw-r--r-- | shells/zsh-devel/Makefile | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/shells/zsh-devel/Makefile b/shells/zsh-devel/Makefile deleted file mode 100644 index 49a2c33bee40..000000000000 --- a/shells/zsh-devel/Makefile +++ /dev/null @@ -1,24 +0,0 @@ -# New ports collection makefile for: zsh -# Version required: 2.6 beta7 -# Date created: 11 Feb. 1995 -# Whom: torstenb -# -# $Id: Makefile,v 1.9 1995/05/04 21:27:52 torstenb Exp $ -# - -DISTNAME= zsh-2.6-beta8 -PKGNAME= zsh-2.6b8 -CATEGORIES+= shells -MASTER_SITES= ftp://ftp.math.gatech.edu/pub/zsh/ - -MAINTAINER= torstenb@FreeBSD.ORG - -GNU_CONFIGURE= yes - -post-install: - gzip -9nf ${PREFIX}/man/man1/zsh.1 ${PREFIX}/man/man1/zshbuiltins.1 \ - ${PREFIX}/man/man1/zshcompctl.1 ${PREFIX}/man/man1/zshexpn.1 \ - ${PREFIX}/man/man1/zshmisc.1 ${PREFIX}/man/man1/zshoptions.1 \ - ${PREFIX}/man/man1/zshparam.1 ${PREFIX}/man/man1/zshzle.1 - -.include <bsd.port.mk> |