1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-26 21:17:40 +00:00
freebsd-ports/editors/thoteditor/files/patch-ad
Chuck Robey 84ce7f54e5 Finally fix thoteditor. This doesn't install the libthot stuff anymore,
because this thing was *so* busted in build, I figured it wasn't worth
the huge extra work to get it into shared form anyhow.  If someone
wants the libthot stuff, they should port that separately, it has it's
own distfile anyhow.
1999-09-25 18:05:59 +00:00

12 lines
345 B
Plaintext

--- ../tools/Makefile.in.orig Fri May 16 10:00:20 1997
+++ ../tools/Makefile.in Sat Sep 25 12:16:00 1999
@@ -24,7 +24,7 @@
cd .. ; fi ;done )
install :
- @(for dir in $(SUBDIRS) ;\
+ @(set -x;for dir in $(SUBDIRS) ;\
do if test -d $$dir ; then cd $$dir ; \
$(MAKE) CC="$(CC)" CFLAGS="$(CFLAGS)" install ; \
cd .. ; fi ;done )