diff options
author | Dirk Froemberg <dirk@FreeBSD.org> | 2001-12-31 10:20:19 +0000 |
---|---|---|
committer | Dirk Froemberg <dirk@FreeBSD.org> | 2001-12-31 10:20:19 +0000 |
commit | 8c0949d312466b11084419d4b64b8bfb02813961 (patch) | |
tree | 9251bf67ea16be6fb55f955f686e3e62b85ae442 /shells | |
parent | b67226884f97937979a6a1c300a9918daa1e3c94 (diff) | |
download | ports-8c0949d312466b11084419d4b64b8bfb02813961.tar.gz ports-8c0949d312466b11084419d4b64b8bfb02813961.zip |
Notes
Diffstat (limited to 'shells')
-rw-r--r-- | shells/tcsh/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shells/tcsh/Makefile b/shells/tcsh/Makefile index 4a0b8724f90d..b57a02df78d4 100644 --- a/shells/tcsh/Makefile +++ b/shells/tcsh/Makefile @@ -28,7 +28,7 @@ BINGRP= bin .endif .if ${OSVERSION} >= 400021 -pre-everything: +pre-everything:: @${ECHO_MSG} "This port is just for making symlink from /bin/tcsh" @${ECHO_MSG} "to ${PREFIX}/bin/tcsh and updating /etc/shells." |