From 3167b96d44d616c1c9aa54cd3ad5de94b05f4db0 Mon Sep 17 00:00:00 2001 From: wl Date: Tue, 19 Mar 2013 03:46:02 +0000 Subject: * font/devpdf/Makefile.sub: Build system fixes. (GROFF_FONT_FILES): Avoid installing Makefile.sub.orig when it's around. (install): Create $(DESTDIR)$(fontsubdir)/util when missing. --- font/devpdf/Makefile.sub | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'font/devpdf') diff --git a/font/devpdf/Makefile.sub b/font/devpdf/Makefile.sub index b94068c4..bfb9e62d 100644 --- a/font/devpdf/Makefile.sub +++ b/font/devpdf/Makefile.sub @@ -18,7 +18,7 @@ DEV=pdf GROFF_FONT_FILES=`cd $(top_builddir)/font/devpdf \ - && find * -maxdepth 0 -type f ! -name Makefile.sub \ + && find * -maxdepth 0 -type f ! -name 'Makefile.sub*' \ -exec grep -l internalname {} \;` ENC_FILES=`cd $(top_builddir)/font/devpdf; ls enc/*` MAP_FILES=`cd $(top_builddir)/font/devpdf; ls map/*` @@ -105,6 +105,8 @@ install_data: || $(mkinstalldirs) $(DESTDIR)$(fontsubdir)/enc -test -d $(DESTDIR)$(fontsubdir)/map \ || $(mkinstalldirs) $(DESTDIR)$(fontsubdir)/map + -test -d $(DESTDIR)$(fontsubdir)/util \ + || $(mkinstalldirs) $(DESTDIR)$(fontsubdir)/util for f in $(MOSTLYCLEANADD); do \ $(RM) $(DESTDIR)$(fontsubdir)/$$f; \ if test -f $$f; then \ -- cgit v1.2.1