diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2000-11-20 02:45:47 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2000-11-20 02:45:47 +0000 |
commit | dfd5e25155690949e29bd395d37eb72da667e08f (patch) | |
tree | bb6f54c558ab30067d75d2079003f43c3ca9cf97 /shells/tcsh | |
parent | Bump the PORTREVISION after committing the USB joystick code. Note (diff) |
Fix the temporary file creation problem with <<
Notes
Notes:
svn path=/head/; revision=35276
Diffstat (limited to 'shells/tcsh')
-rw-r--r-- | shells/tcsh/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/shells/tcsh/Makefile b/shells/tcsh/Makefile index 924e7204dcc2..bdf604de268f 100644 --- a/shells/tcsh/Makefile +++ b/shells/tcsh/Makefile @@ -7,6 +7,7 @@ PORTNAME= tcsh PORTVERSION= 6.09.03 +PORTREVISION= 1 CATEGORIES= shells MASTER_SITES= ${MASTER_SITE_TCSH} DISTNAME= ${DISTNAME_TCSH} |