diff options
author | Scott Mace <smace@FreeBSD.org> | 1998-06-04 16:12:39 +0000 |
---|---|---|
committer | Scott Mace <smace@FreeBSD.org> | 1998-06-04 16:12:39 +0000 |
commit | e215e79f1b3a011988d13e3c57547243a4176a9d (patch) | |
tree | ee3efea50b7e4d115f3063958213896b051ef6cd /news/trn/files/patch-ac | |
parent | 28def78e70f075eb3a19d8c559b0020cb262161e (diff) | |
download | ports-e215e79f1b3a011988d13e3c57547243a4176a9d.tar.gz ports-e215e79f1b3a011988d13e3c57547243a4176a9d.zip |
Notes
Diffstat (limited to 'news/trn/files/patch-ac')
-rw-r--r-- | news/trn/files/patch-ac | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/news/trn/files/patch-ac b/news/trn/files/patch-ac new file mode 100644 index 000000000000..f10f59304f9e --- /dev/null +++ b/news/trn/files/patch-ac @@ -0,0 +1,10 @@ +--- Makefile.SH.orig Thu Jun 4 10:49:20 1998 ++++ Makefile.SH Thu Jun 4 10:49:50 1998 +@@ -133,6 +133,7 @@ + # won't work with csh + export PATH || exit 1 + - (cd `./filexp $(rnbin)`; mv trn trn.old) ++ - (cd `./filexp $(rnbin)`; rm trn.old) + - if test `pwd` != `./filexp $(rnbin)`; then cp $(public) `./filexp $(rnbin)`;\ + (cd `./filexp $(rnbin)`; chmod o+x $(public); strip trn trn-artchk $(nntpbin)); fi + - if test $(installfilexp) = Rnfilexp; then cp ./filexp `./filexp $(rnbin)/Rnfilexp`; fi |