aboutsummaryrefslogtreecommitdiff
path: root/x11-fonts/otf2bdf/files/patch-Makefile.in
blob: 816c1ebb17bfc7afaa02dfa7ca56f75060395f58 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
--- 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