diff options
author | anray <anray@FreeBSD.org> | 2006-01-25 02:54:29 +0800 |
---|---|---|
committer | anray <anray@FreeBSD.org> | 2006-01-25 02:54:29 +0800 |
commit | 2573bdd414c42b2f5ddafa0d41a5592182b73df5 (patch) | |
tree | 08788a20dd2b5ca9a0a0f59291d6e47f85f11ba3 /print/lilypond/files/patch-mf:GNUMakefile | |
parent | 6f88a5609587909ab946da0a4f7cf4e1fcedc374 (diff) | |
download | freebsd-ports-graphics-2573bdd414c42b2f5ddafa0d41a5592182b73df5.tar.gz freebsd-ports-graphics-2573bdd414c42b2f5ddafa0d41a5592182b73df5.tar.zst freebsd-ports-graphics-2573bdd414c42b2f5ddafa0d41a5592182b73df5.zip |
Fix build and unbreak port.
PR: ports/92277
Submitted by: rik
Diffstat (limited to 'print/lilypond/files/patch-mf:GNUMakefile')
-rw-r--r-- | print/lilypond/files/patch-mf:GNUMakefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/print/lilypond/files/patch-mf:GNUMakefile b/print/lilypond/files/patch-mf:GNUMakefile index be812ad1539..0862b73e034 100644 --- a/print/lilypond/files/patch-mf:GNUMakefile +++ b/print/lilypond/files/patch-mf:GNUMakefile @@ -10,7 +10,7 @@ @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 "or try one of the following commands in /usr/ports/print/lilypond/work/lilypond-$(TOPLEVEL_VERSION)" @echo "" - @echo " make get-pfa " - @echo " make get-rpm-pfa " |