diff options
author | Mark Peek <mp@FreeBSD.org> | 2001-09-08 23:21:28 +0000 |
---|---|---|
committer | Mark Peek <mp@FreeBSD.org> | 2001-09-08 23:21:28 +0000 |
commit | 7a6bb5240105e8a28684c82bc1e14ce431924971 (patch) | |
tree | 7b754275c7a0c1ae171f91e01f2940531516887f /shells | |
parent | add textmaze (diff) |
Make sure change in patching "builds" correctly on more recent systems.
Submitted by: gshapiro
Diffstat (limited to 'shells')
-rw-r--r-- | shells/tcsh/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/shells/tcsh/Makefile b/shells/tcsh/Makefile index 6201a28f40ab..4a0b8724f90d 100644 --- a/shells/tcsh/Makefile +++ b/shells/tcsh/Makefile @@ -32,6 +32,8 @@ pre-everything: @${ECHO_MSG} "This port is just for making symlink from /bin/tcsh" @${ECHO_MSG} "to ${PREFIX}/bin/tcsh and updating /etc/shells." +do-patch: + do-install: ${LN} -sf /bin/tcsh ${PREFIX}/bin/tcsh .else |