diff options
author | kris <kris@FreeBSD.org> | 2000-11-20 10:45:47 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2000-11-20 10:45:47 +0800 |
commit | d84f64499c12aa2d711ebce7fb1e23980f2a8c5e (patch) | |
tree | b0443ce28b142efb46d13494328d7b2327b0de0e /shells/tcsh | |
parent | 9c54ef970aa3f444da5bae553f8bab4641783702 (diff) | |
download | freebsd-ports-gnome-d84f64499c12aa2d711ebce7fb1e23980f2a8c5e.tar.gz freebsd-ports-gnome-d84f64499c12aa2d711ebce7fb1e23980f2a8c5e.tar.zst freebsd-ports-gnome-d84f64499c12aa2d711ebce7fb1e23980f2a8c5e.zip |
Fix the temporary file creation problem with <<
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} |