mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
6a56589245
Display word differences between text files. PR: 4613 Submitted by: MIHIRA Yoshiro <sanpei@yy.cs.keio.ac.jp>
12 lines
294 B
Plaintext
12 lines
294 B
Plaintext
--- Makefile.in.org Sun Nov 6 16:45:13 1994
|
|
+++ Makefile.in Thu Sep 18 01:40:06 1997
|
|
@@ -129,7 +129,7 @@
|
|
check: wdiff
|
|
$(srcdir)/check_it
|
|
|
|
-install: all
|
|
+install: all install-man
|
|
$(srcdir)/mkinstalldirs $(bindir) $(infodir)
|
|
for name in $(PROGRAMS); do \
|
|
$(INSTALL_PROGRAM) $$name \
|