diff options
| author | Oliver Eikemeier <eik@FreeBSD.org> | 2003-11-20 20:17:10 +0000 |
|---|---|---|
| committer | Oliver Eikemeier <eik@FreeBSD.org> | 2003-11-20 20:17:10 +0000 |
| commit | cdced3add9823c5a14c57b2d208b75c8f37fc16a (patch) | |
| tree | f9d5af87f190ef7fe97fd039fd878de886cdc7f5 /print/lilypond/files/patch-make-ly-rules.make | |
| parent | development version of print/lilypond: (diff) | |
- fix compilation and installation
- synce pkg-plist
- since 2.0 pfa-fonts are required, remove WITHOUT_PFA_FONTS option
- don't install .info twice
- make documentation optional
PR: 58120
Submitted by: Patrick Atamaniuk <atamaniuk-ports@frobs.net> (maintainer)
Approved by: marcus (mentor)
Notes
Notes:
svn path=/head/; revision=94530
Diffstat (limited to 'print/lilypond/files/patch-make-ly-rules.make')
| -rw-r--r-- | print/lilypond/files/patch-make-ly-rules.make | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/print/lilypond/files/patch-make-ly-rules.make b/print/lilypond/files/patch-make-ly-rules.make new file mode 100644 index 000000000000..6b258bc336e5 --- /dev/null +++ b/print/lilypond/files/patch-make-ly-rules.make @@ -0,0 +1,11 @@ +--- make/ly-rules.make.orig Tue Sep 23 20:50:18 2003 ++++ make/ly-rules.make Thu Sep 25 10:37:07 2003 +@@ -33,7 +33,7 @@ + + # nfo: info from non-lily texi + $(outdir)/%.info: $(outdir)/%.nexi +- $(MAKEINFO) --output=$(outdir)/$(*F).info $< ++ $(MAKEINFO) --no-split --output=$(outdir)/$(*F).info $< + + # nfo: info from non-lily texi + #$(outdir)/%.nfo: $(outdir)/%.nexi |
