summaryrefslogtreecommitdiff
path: root/print/fontforge/files
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2005-05-04 13:07:37 +0000
committerPav Lucistnik <pav@FreeBSD.org>2005-05-04 13:07:37 +0000
commit915db8d4e83bdfb3368add7a5d6463ff65a281df (patch)
tree7204a071b1dfef4dc6d82e8b6bf11ac8df52cb44 /print/fontforge/files
parent- Update to 5.9 (diff)
- Update to 20050502
PR: ports/80606 Submitted by: KANOU Hiroki <kanou@khdd.net> (maintainer)
Notes
Notes: svn path=/head/; revision=134594
Diffstat (limited to 'print/fontforge/files')
-rw-r--r--print/fontforge/files/patch-Makefile.dynamic.in22
1 files changed, 17 insertions, 5 deletions
diff --git a/print/fontforge/files/patch-Makefile.dynamic.in b/print/fontforge/files/patch-Makefile.dynamic.in
index bc44984a2aa2..be8191cb697b 100644
--- a/print/fontforge/files/patch-Makefile.dynamic.in
+++ b/print/fontforge/files/patch-Makefile.dynamic.in
@@ -1,6 +1,6 @@
---- Makefile.dynamic.in.orig Tue Dec 28 05:04:28 2004
-+++ Makefile.dynamic.in Fri Mar 18 12:01:37 2005
-@@ -47,25 +47,26 @@
+--- Makefile.dynamic.in.orig Wed Apr 20 01:36:16 2005
++++ Makefile.dynamic.in Wed May 4 15:06:07 2005
+@@ -48,34 +48,35 @@
$(LIBTOOL) $(INSTALL) -c libgunicode.la $(libdir)/libgunicode.la
#cp .libs/*.so.*.* $(libdir)
$(LIBTOOL) --finish $(libdir)
@@ -9,6 +9,18 @@
+ mkdir -p ${PREFIX}/libdata/pkgconfig
+ ${BSD_INSTALL_DATA} -c fontforge.pc ${PREFIX}/libdata/pkgconfig
+ install_docs:
+ mkdir -p $(docdir)
+ mkdir $(docdir)/flags
+ #explicit use of sh to make sure we don't invoke csh with different "if" syntax
+ -sh -c "if test -d htdocs/ja >/dev/null ; then mkdir -p $(docdir)/ja ; fi"
+- -cp htdocs/*.{html,png,gif,pdf} $(docdir)
+- -cp htdocs/flags/* $(docdir)/flags
+- -cp htdocs/ja/* $(docdir)/ja
++ ${BSD_INSTALL_DATA} htdocs/*.{html,png,gif,pdf} $(docdir)
++ ${BSD_INSTALL_DATA} htdocs/flags/* $(docdir)/flags
++ ${BSD_INSTALL_DATA} htdocs/ja/* $(docdir)/ja
+
install: $(sharedir) all install_libs
# You may need to be root to do the install
mkdir -p $(bindir)
@@ -32,6 +44,6 @@
+ ${BSD_INSTALL_DATA} $(srcdir)/cidmap/*.cidmap $(sharedir) >/dev/null 2>&1
+ ${BSD_INSTALL_MAN} $(srcdir)/fontforge/fontforge.1 $(mandir)/man1
+ ${BSD_INSTALL_MAN} $(srcdir)/fontforge/sfddiff.1 $(mandir)/man1
+ #explicit use of sh to make sure we don't invoke csh with different "if" syntax
+ sh -c "if test -d htdocs >/dev/null ; then $(MAKE) install_docs ; fi"
- uninstall:
- -rm $(bindir)/fontforge