diff options
author | Norikatsu Shigemura <nork@FreeBSD.org> | 2004-05-01 10:12:55 +0000 |
---|---|---|
committer | Norikatsu Shigemura <nork@FreeBSD.org> | 2004-05-01 10:12:55 +0000 |
commit | 973a1dc6bb11058686c3d27bf0e546b6bbd57318 (patch) | |
tree | adb03b043f50b544cc182d819fa7bec31d670650 /print/pfaedit/files/patch-Makefile.static.in | |
parent | [Forced commit] Because I missed commit log file. (diff) |
Upgrade to fontforge.
PR: ports/65805
Submitted by: KANOU Hiroki <kanou@khdd.net> (maintainer)
Notes
Notes:
svn path=/head/; revision=108080
Diffstat (limited to 'print/pfaedit/files/patch-Makefile.static.in')
-rw-r--r-- | print/pfaedit/files/patch-Makefile.static.in | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/print/pfaedit/files/patch-Makefile.static.in b/print/pfaedit/files/patch-Makefile.static.in deleted file mode 100644 index a740eef7b0bf..000000000000 --- a/print/pfaedit/files/patch-Makefile.static.in +++ /dev/null @@ -1,25 +0,0 @@ ---- Makefile.static.in.orig Thu Oct 24 03:34:40 2002 -+++ Makefile.static.in Sat Oct 26 01:55:17 2002 -@@ -39,15 +39,16 @@ - mkdir -p $(bindir) - mkdir -p $(mandir)/man1 - mkdir -p $(sharedir) -- cp pfaedit/pfaedit $(bindir) -- cp pfaedit/sfddiff $(bindir) -- 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 - # if you are editing CID keyed files (and even then you can live without them -- -cp $(srcdir)/cidmap/*.cidmap $(sharedir) >/dev/null 2>&1 -- cp $(srcdir)/pfaedit/pfaedit.1 $(mandir)/man1 -- cp $(srcdir)/pfaedit/sfddiff.1 $(mandir)/man1 -+ ${BSD_INSTALL_DATA} $(srcdir)/cidmap/*.cidmap $(sharedir) >/dev/null 2>&1 -+ ${BSD_INSTALL_MAN} $(srcdir)/pfaedit/pfaedit.1 $(mandir)/man1 -+ ${BSD_INSTALL_MAN} $(srcdir)/pfaedit/sfddiff.1 $(mandir)/man1 - - uninstall: - -rm $(bindir)/pfaedit |