diff options
author | Kevin Lo <kevlo@FreeBSD.org> | 2002-11-04 08:27:44 +0000 |
---|---|---|
committer | Kevin Lo <kevlo@FreeBSD.org> | 2002-11-04 08:27:44 +0000 |
commit | 045274006e11b6c0020118ec4965541f388c8bed (patch) | |
tree | c21e265346662228f0bdd811cf85a7dfc8f7a7c0 /print/fontforge/files | |
parent | Fix install on -current (use correct syntax for chown) (diff) |
Update to the lastest version.
PR: 44847
Submitted by: MAINTAINER
Notes
Notes:
svn path=/head/; revision=69440
Diffstat (limited to 'print/fontforge/files')
-rw-r--r-- | print/fontforge/files/patch-Makefile.static.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/print/fontforge/files/patch-Makefile.static.in b/print/fontforge/files/patch-Makefile.static.in index 0bc0c255329b..1bdf40d4cc50 100644 --- a/print/fontforge/files/patch-Makefile.static.in +++ b/print/fontforge/files/patch-Makefile.static.in @@ -1,6 +1,6 @@ --- Makefile.static.in.orig Thu Oct 24 03:34:40 2002 +++ Makefile.static.in Sat Oct 26 01:55:17 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 |