summaryrefslogtreecommitdiff
path: root/shells/tcsh/patches/patch-ag
diff options
context:
space:
mode:
Diffstat (limited to 'shells/tcsh/patches/patch-ag')
-rw-r--r--shells/tcsh/patches/patch-ag6
1 files changed, 3 insertions, 3 deletions
diff --git a/shells/tcsh/patches/patch-ag b/shells/tcsh/patches/patch-ag
index d3cde0b6184..21326022187 100644
--- a/shells/tcsh/patches/patch-ag
+++ b/shells/tcsh/patches/patch-ag
@@ -1,4 +1,4 @@
-$NetBSD: patch-ag,v 1.6 1999/08/16 23:01:22 kim Exp $
+$NetBSD: patch-ag,v 1.7 2000/11/19 21:40:43 christos Exp $
--- Makefile.in.orig Tue Nov 24 13:17:08 1998
+++ Makefile.in Mon Aug 16 18:48:47 1999
@@ -6,7 +6,7 @@ $NetBSD: patch-ag,v 1.6 1999/08/16 23:01:22 kim Exp $
install-strip: install
install: tcsh
-- mkdir -p ${DESTBIN}
+- -mkdir -p ${DESTBIN}
- -mv -f ${DESTBIN}/tcsh ${DESTBIN}/tcsh.old
- cp tcsh ${DESTBIN}/tcsh
- -strip ${DESTBIN}/tcsh
@@ -14,7 +14,7 @@ $NetBSD: patch-ag,v 1.6 1999/08/16 23:01:22 kim Exp $
+ ${BSD_INSTALL_PROGRAM} tcsh ${DESTBIN}/tcsh
install.man: tcsh.man
-- mkdir -p ${DESTMAN}
+- -mkdir -p ${DESTMAN}
- -rm -f ${DESTMAN}/tcsh.${MANSECT}
- cp $(srcdir)/tcsh.man ${DESTMAN}/tcsh.${MANSECT}
- chmod 444 ${DESTMAN}/tcsh.${MANSECT}