diff options
author | wiz <wiz> | 2008-06-18 20:29:32 +0000 |
---|---|---|
committer | wiz <wiz> | 2008-06-18 20:29:32 +0000 |
commit | 763096432ecd91fd2b498ac39ae125667e15a4de (patch) | |
tree | 8a7bcac045cc64e415689cdfe8d593d9179a8462 /print/lilypond/PLIST | |
parent | 4b99bf245f510a9586abb845907a572f27b03c7c (diff) | |
download | pkgsrc-763096432ecd91fd2b498ac39ae125667e15a4de.tar.gz |
Fix a few problems:
. Fontforge version comparison in configure script is broken, because
the numbers get too big for test(1). Comment it out, we know the
pkgsrc version is new enough.
. Do not install any emacs lisp files. Should be a separate package.
. Give path to Century New Schoolbook L fonts to configure script directly.
There seems to be some problem with fc-match in a sandbox (to be
investigated).
Bump PKGREVISION for PLIST change.
Changes created in cooperation with dillo@ and schmonz@ at pkgsrcCon 2008.
Diffstat (limited to 'print/lilypond/PLIST')
-rw-r--r-- | print/lilypond/PLIST | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/print/lilypond/PLIST b/print/lilypond/PLIST index 2222fa12ea4..26f47fa08e0 100644 --- a/print/lilypond/PLIST +++ b/print/lilypond/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.12 2008/05/14 20:25:16 sborrill Exp $ +@comment $NetBSD: PLIST,v 1.13 2008/06/18 20:29:32 wiz Exp $ bin/abc2ly bin/convert-ly bin/etf2ly @@ -19,7 +19,6 @@ man/man1/lilypond-invoke-editor.1 man/man1/lilypond.1 man/man1/midi2ly.1 man/man1/musicxml2ly.1 -share/emacs/site-lisp/lilypond-words.el share/lilypond/${PKGVERSION}/dvips/ps share/lilypond/${PKGVERSION}/fonts/otf/CenturySchL-Bold.otf share/lilypond/${PKGVERSION}/fonts/otf/CenturySchL-BoldItal.otf |