diff options
Diffstat (limited to 'print/fontforge/files')
-rw-r--r-- | print/fontforge/files/patch-Makefile.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/print/fontforge/files/patch-Makefile.in b/print/fontforge/files/patch-Makefile.in index 667df5cdefde..d1d751e1f067 100644 --- a/print/fontforge/files/patch-Makefile.in +++ b/print/fontforge/files/patch-Makefile.in @@ -1,6 +1,6 @@ --- Makefile.in.orig Sat Jun 29 10:17:51 2002 +++ Makefile.in Sat Jun 29 10:19:57 2002 -@@ -39,15 +39,15 @@ +@@ -39,15 +39,16 @@ mkdir -p $(bindir) mkdir -p $(mandir)/man1 mkdir -p $(sharedir) @@ -9,6 +9,7 @@ - cp pfaedit/pfaedit-*.ui $(sharedir) + ${BSD_INSTALL_PROGRAM} pfaedit/pfaedit $(bindir) + ${BSD_INSTALL_PROGRAM} pfaedit/sfddiff $(bindir) ++ ${BSD_INSTALL_PROGRAM} pfaedit/acorn2sfd $(bindir) + ${BSD_INSTALL_DATA} pfaedit/pfaedit-*.ui $(sharedir) #The next line will fail for most installs. If you have downloaded the cidmaps # this will install them. If you haven't it won't. You only need the cidmaps |