summaryrefslogtreecommitdiff
path: root/shells
diff options
context:
space:
mode:
authorchristos <christos>2000-11-19 21:40:43 +0000
committerchristos <christos>2000-11-19 21:40:43 +0000
commita34e8e3157613dd838b6d7e710197af0a287d35b (patch)
tree228bb948a7732dc62bf19a55b1c3bad9e2c3a741 /shells
parent0d4a6313ba8c9f26569e10bc9bcf9c32511f0239 (diff)
downloadpkgsrc-a34e8e3157613dd838b6d7e710197af0a287d35b.tar.gz
adjust to 6.10.00
Diffstat (limited to 'shells')
-rw-r--r--shells/tcsh/patches/patch-aa11
-rw-r--r--shells/tcsh/patches/patch-ag6
2 files changed, 14 insertions, 3 deletions
diff --git a/shells/tcsh/patches/patch-aa b/shells/tcsh/patches/patch-aa
new file mode 100644
index 00000000000..ea5bcaa3de4
--- /dev/null
+++ b/shells/tcsh/patches/patch-aa
@@ -0,0 +1,11 @@
+$NetBSD: patch-aa,v 1.3 2000/11/19 21:40:43 christos Exp $
+
+--- Makefile.orig Sun Nov 19 16:39:13 2000
++++ Makefile Sun Nov 19 16:39:09 2000
+@@ -1,5 +1,5 @@
+
+-SUBDIRS= C finnish french german greek italian ja spanish
++SUBDIRS= C finnish french german greek italian ja spanish ukrainian
+ #GENCAT= gencat -new
+ GENCAT= gencat
+
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}