freebsd-ports/x11-fonts/otf2bdf/files/patch-Makefile.in
Li-Wen Hsu fa90ad5d24 Add x11-fonts/otf2bdf, OpenType to BDF converter
PR:		254109
Submitted by:	Yasuhiro Kimura <yasu@utahime.org>
2021-03-09 09:57:59 +00:00

15 lines
483 B
Text

--- Makefile.in.orig 2008-05-21 22:18:18 UTC
+++ Makefile.in
@@ -60,9 +60,9 @@ distclean: clean
$(CC) $(CFLAGS) $(INCS) -c $< -o $@
install: otf2bdf
- $(MKINSTALLDIRS) $(bindir) $(mandir)/man1
- $(CP) otf2bdf $(bindir)/otf2bdf
- $(CP) otf2bdf.man $(mandir)/man1/otf2bdf.1
+ $(MKINSTALLDIRS) $(DESTDIR)$(bindir) $(DESTDIR)$(mandir)/man1
+ $(CP) otf2bdf $(DESTDIR)$(bindir)/otf2bdf
+ $(CP) otf2bdf.man $(DESTDIR)$(mandir)/man1/otf2bdf.1
uninstall:
$(RM) -f $(bindir)/otf2bdf