mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
Closes: https://trac.macports.org/ticket/54526 Also fixes path to wish in wordview Closes: https://trac.macports.org/ticket/32305
12 lines
262 B
Diff
12 lines
262 B
Diff
--- Makefile.in.orig 2016-05-24 23:56:15.000000000 -0500
|
|
+++ Makefile.in 2017-08-15 06:44:14.000000000 -0500
|
|
@@ -10,7 +10,7 @@
|
|
(cd $$i; $(MAKE) all);\
|
|
done
|
|
|
|
-install:
|
|
+install: all
|
|
for i in src doc charsets; do\
|
|
(cd $$i; $(MAKE) install);\
|
|
done
|