summaryrefslogtreecommitdiff
path: root/shells
diff options
context:
space:
mode:
authorMark Peek <mp@FreeBSD.org>2001-09-08 23:21:28 +0000
committerMark Peek <mp@FreeBSD.org>2001-09-08 23:21:28 +0000
commit7a6bb5240105e8a28684c82bc1e14ce431924971 (patch)
tree7b754275c7a0c1ae171f91e01f2940531516887f /shells
parentadd textmaze (diff)
Make sure change in patching "builds" correctly on more recent systems.
Submitted by: gshapiro
Notes
Notes: svn path=/head/; revision=47551
Diffstat (limited to 'shells')
-rw-r--r--shells/tcsh/Makefile2
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