diff options
author | kris <kris@FreeBSD.org> | 2000-11-20 02:45:47 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2000-11-20 02:45:47 +0000 |
commit | d84f64499c12aa2d711ebce7fb1e23980f2a8c5e (patch) | |
tree | b0443ce28b142efb46d13494328d7b2327b0de0e | |
parent | 9c54ef970aa3f444da5bae553f8bab4641783702 (diff) | |
download | FreeBSD-ports-d84f64499c12aa2d711ebce7fb1e23980f2a8c5e.zip FreeBSD-ports-d84f64499c12aa2d711ebce7fb1e23980f2a8c5e.tar.gz |
Fix the temporary file creation problem with <<
-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 924e720..bdf604d 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} |