1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-15 23:50:44 +00:00
freebsd-ports/editors/thoteditor/files/patch-ae
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

20 lines
625 B
Plaintext

--- ../Makefile.in.orig Wed Oct 8 04:13:58 1997
+++ ../Makefile.in Sat Sep 25 13:24:41 1999
@@ -17,6 +17,7 @@
SUBDIRS = tools tablelib thotlib batch drawlib indexlib thot amaya
EXTRA_SUBDIRS= misc classes javalib
+BINS = bin/app bin/grm bin/printstr bin/str bin/tra bin/cextract bin/print bin/prs bin/thot
prefix = @prefix@
exec_prefix = @exec_prefix@
@@ -76,6 +77,8 @@
do if test -d $$dir ; then cd $$dir ; \
$(MAKE) CC="$(CC)" CFLAGS="$(CFLAGS)" install ; \
cd .. ; fi ;done )
+ @(set -x;for file in $(BINS);\
+ do $(INSTALL_BIN) $$file ${bindir}; done )
uninstall :
@(for dir in $(SUBDIRS) ;\