mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-15 23:50:44 +00:00
84ce7f54e5
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.
20 lines
625 B
Plaintext
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) ;\
|