freebsd-ports/misc/utftools/files/patch-Makefile.in
Will Andrews a8f63aba67 Add utftools 1.6, an UTF-aware wc, fmt, expand, and unexpand.
PR:		52031
Submitted by:	Serge Gagnon <gagnon__s@videotron.ca>
2003-06-03 04:52:55 +00:00

13 lines
558 B
Text

--- Makefile.in.orig Sat May 10 13:57:39 2003
+++ Makefile.in Sat May 10 14:01:43 2003
@@ -39,8 +39,8 @@
install : all
$(srcdir)/mkinstalldirs $(BINDIR) $(MANDIR)/man1
- for bin in $(BINS) ; do $(INSTALL) $$bin $(BINDIR)/$$bin ; done
- for man in $(MANS) ; do $(INSTALL_DATA) $(srcdir)/$$man $(MANDIR)/man1/$$man ; done
+ for bin in $(BINS) ; do $(INSTALL) $$bin $(BINDIR)/utf8-$$bin ; done
+ for man in $(MANS) ; do $(INSTALL_DATA) $(srcdir)/$$man $(MANDIR)/man1/utf8-$$man ; done
uninstall :
-for bin in $(BINS) ; do rm $(BINDIR)/$$bin ; done