1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00

- Relax check for mftrace, it's optional

PR:		ports/68255
Submitted by:	Patrick Atamaniuk <atamaniuk-ports@frobs.net> (maintainer)
This commit is contained in:
Pav Lucistnik 2004-06-26 18:17:23 +00:00
parent da60985854
commit d0d678496e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=112332

View File

@ -1,5 +1,30 @@
--- mf/GNUmakefile.orig Tue Mar 9 12:48:01 2004
+++ mf/GNUmakefile Tue Jun 15 22:01:55 2004
+++ mf/GNUmakefile Wed Jun 23 23:51:36 2004
@@ -88,18 +88,18 @@
pfa_warning:
ifneq ($(notdir $(MFTRACE)),mftrace)
@echo ""
- @echo "ERROR: mftrace not found"
+ @echo "INFO: mftrace not found"
@echo ""
@echo "For obtaining PFA fonts, either install mftrace "
@echo "(see http://www.xs4all.nl/~hanwen/mftrace/ ),"
- @echo "or try one of the following commands in this directory: "
+ @echo "or try one of the following commands in /usr/ports/print/lilypond/work/lilypond-2.2.2"
@echo ""
- @echo " make get-pfa "
- @echo " make get-rpm-pfa "
- @echo " make get-deb-pfa "
+ @echo " gmake get-pfa "
+ @echo " gmake get-rpm-pfa "
+ @echo " gmake get-deb-pfa "
@echo ""
@echo "These commands will try to download the files from the internet."
- @false
+ @sleep 20
endif
@@ -118,7 +118,8 @@
redhat-package=lilypond-$(TOPLEVEL_VERSION)-1.i386.rpm