diff options
author | kim <kim@pkgsrc.org> | 1998-10-03 07:06:23 +0000 |
---|---|---|
committer | kim <kim@pkgsrc.org> | 1998-10-03 07:06:23 +0000 |
commit | 7f620c4145aa965c348826a1f39283a5c41c068a (patch) | |
tree | cbd47459f53fef3a4bf0feba21573187bd8758bf /shells/tcsh/patches/patch-ag | |
parent | ada1e56cbff76c8cd88ff02d9f5300289fb85b17 (diff) | |
download | pkgsrc-7f620c4145aa965c348826a1f39283a5c41c068a.tar.gz |
Upgrade to tcsh-6.08.00
Diffstat (limited to 'shells/tcsh/patches/patch-ag')
-rw-r--r-- | shells/tcsh/patches/patch-ag | 19 |
1 files changed, 5 insertions, 14 deletions
diff --git a/shells/tcsh/patches/patch-ag b/shells/tcsh/patches/patch-ag index dec552d86e6..d1d0ab445f7 100644 --- a/shells/tcsh/patches/patch-ag +++ b/shells/tcsh/patches/patch-ag @@ -1,17 +1,8 @@ -$NetBSD: patch-ag,v 1.4 1998/08/07 11:13:58 agc Exp $ +$NetBSD: patch-ag,v 1.5 1998/10/03 07:06:24 kim Exp $ ---- Makefile.in.orig Fri Oct 11 13:31:59 1996 -+++ Makefile.in Tue Aug 4 10:19:30 1998 -@@ -261,7 +261,7 @@ - PARALLEL=12 # Make the multi-max run fast. - #P=& # Use Sequent's parallel make - P= --DESTDIR=/usr/local -+DESTDIR=@prefix@ - MANSECT=1 - DESTBIN=${DESTDIR}/bin - DESTMAN=${DESTDIR}/man/man${MANSECT} -@@ -452,15 +452,10 @@ +--- Makefile.in.orig Wed Sep 9 06:29:11 1998 ++++ Makefile.in Sun Sep 13 13:45:25 1998 +@@ -464,15 +464,10 @@ @vgrind -t -x -h Index index >/crp/bill/csh/index.t install: tcsh @@ -23,7 +14,7 @@ $NetBSD: patch-ag,v 1.4 1998/08/07 11:13:58 agc Exp $ install.man: tcsh.man - -rm -f ${DESTMAN}/tcsh.${MANSECT} -- cp tcsh.man ${DESTMAN}/tcsh.${MANSECT} +- cp $(srcdir)/tcsh.man ${DESTMAN}/tcsh.${MANSECT} - chmod 444 ${DESTMAN}/tcsh.${MANSECT} + ${BSD_INSTALL_MAN} tcsh.man ${DESTMAN}/tcsh.${MANSECT} |