freebsd-ports/news/trn/files/patch-ac
Scott Mace e215e79f1b Allow trn to build non-interactively
Cleanup pre-configure script -- from elm port
Change lib search path from /usr/lib to /usr/lib/aout
make install will no longer leave trn.old bogon
1998-06-04 16:12:39 +00:00

11 lines
498 B
Plaintext

--- 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