diff options
author | mharo <mharo@FreeBSD.org> | 1999-08-28 07:17:17 +0800 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 1999-08-28 07:17:17 +0800 |
commit | e1018c623412edc93ac5ca1c8990fd8fe0974e77 (patch) | |
tree | 3c73c3fe7442ef88d50273c35a4373974e6b479e /shells/tcsh/Makefile | |
parent | b7486f7c64b6e6ff3b5ccc28a4587ecd82642265 (diff) | |
download | freebsd-ports-gnome-e1018c623412edc93ac5ca1c8990fd8fe0974e77.tar.gz freebsd-ports-gnome-e1018c623412edc93ac5ca1c8990fd8fe0974e77.tar.zst freebsd-ports-gnome-e1018c623412edc93ac5ca1c8990fd8fe0974e77.zip |
Update to tcsh 6.09
Submitted by: KATO Tsuguru tkato@prontomail.ne.jp
PR: 13413
Diffstat (limited to 'shells/tcsh/Makefile')
-rw-r--r-- | shells/tcsh/Makefile | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/shells/tcsh/Makefile b/shells/tcsh/Makefile index 5db0a120aac6..ee531dc5dfb8 100644 --- a/shells/tcsh/Makefile +++ b/shells/tcsh/Makefile @@ -1,18 +1,20 @@ # New ports collection makefile for: tcsh -# Version required: 6.08 +# Version required: 6.09 # Date created: 22 August 1994 # Whom: jkh # -# $Id: Makefile,v 1.22 1998/10/21 19:16:47 ache Exp $ +# $Id: Makefile,v 1.23 1999/08/22 19:00:00 mharo Exp $ # -DISTNAME= tcsh-6.08 -PKGNAME= tcsh-6.08.00 +DISTNAME= tcsh-6.09 +PKGNAME= tcsh-6.09.00 CATEGORIES= shells MASTER_SITES= ftp://ftp.astron.com/pub/tcsh/ MAINTAINER= ache@FreeBSD.ORG +Y2K= ftp://ftp.astron.com/pub/tcsh/Y2K + GNU_CONFIGURE= yes WRKSRC= ${WRKDIR}/${PKGNAME} ALL_TARGET= all catalogs |