Skip to content

Commit

Permalink
print/lilypond*: Moved man to share/man
Browse files Browse the repository at this point in the history
Approved by: portmgr(blanket)
  • Loading branch information
Martin Neubauer authored and arrowd committed Feb 6, 2024
1 parent 0a8ad01 commit 021c899
Show file tree
Hide file tree
Showing 4 changed files with 35 additions and 31 deletions.
14 changes: 8 additions & 6 deletions print/lilypond-devel/Makefile
@@ -1,5 +1,6 @@
PORTNAME= lilypond
DISTVERSION= 2.25.12
PORTREVISION= 1
CATEGORIES= print audio
MASTER_SITES= http://lilypond.org/download/source/v${DISTVERSION:R}/
PKGNAMESUFFIX= -devel
Expand Down Expand Up @@ -33,12 +34,13 @@ USE_CXXSTD= c++17
USE_GNOME= cairo pango
USE_PERL5= build

GNU_CONFIGURE= yes
CONFIGURE_ENV+= ac_cv_prog_MAKEINFO="${LOCALBASE}/bin/makeinfo" \
FLEX=${FLEX} \
GUILE_FLAVOR=guile-2.2 \
HOME=${WRKDIR} \
YACC=${YACC}
GNU_CONFIGURE= yes
GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
CONFIGURE_ENV+= ac_cv_prog_MAKEINFO="${LOCALBASE}/bin/makeinfo" \
FLEX=${FLEX} \
GUILE_FLAVOR=guile-2.2 \
HOME=${WRKDIR} \
YACC=${YACC}

MAKEFILE= GNUmakefile
ALL_TARGET= all
Expand Down
18 changes: 9 additions & 9 deletions print/lilypond-devel/pkg-plist
Expand Up @@ -7,21 +7,21 @@ bin/lilypond-book
bin/lilypond-invoke-editor
bin/midi2ly
bin/musicxml2ly
man/man1/abc2ly.1.gz
man/man1/convert-ly.1.gz
man/man1/etf2ly.1.gz
man/man1/lilymidi.1.gz
man/man1/lilypond-book.1.gz
man/man1/lilypond-invoke-editor.1.gz
man/man1/lilypond.1.gz
man/man1/midi2ly.1.gz
man/man1/musicxml2ly.1.gz
share/emacs/site-lisp/lilypond-font-lock.el
share/emacs/site-lisp/lilypond-indent.el
share/emacs/site-lisp/lilypond-init.el
share/emacs/site-lisp/lilypond-mode.el
share/emacs/site-lisp/lilypond-what-beat.el
share/emacs/site-lisp/lilypond-words.el
share/man/man1/abc2ly.1.gz
share/man/man1/convert-ly.1.gz
share/man/man1/etf2ly.1.gz
share/man/man1/lilymidi.1.gz
share/man/man1/lilypond-book.1.gz
share/man/man1/lilypond-invoke-editor.1.gz
share/man/man1/lilypond.1.gz
share/man/man1/midi2ly.1.gz
share/man/man1/musicxml2ly.1.gz
%%DATADIR%%/%%DISTVERSION%%/fonts/00-lilypond-fonts.conf
%%DATADIR%%/%%DISTVERSION%%/fonts/99-lilypond-fonts.conf
%%DATADIR%%/%%DISTVERSION%%/fonts/emmentaler-font.conf
Expand Down
14 changes: 8 additions & 6 deletions print/lilypond/Makefile
@@ -1,5 +1,6 @@
PORTNAME= lilypond
DISTVERSION= 2.24.3
PORTREVISION= 1
CATEGORIES= print audio
MASTER_SITES= http://lilypond.org/download/source/v${DISTVERSION:R}/

Expand Down Expand Up @@ -31,12 +32,13 @@ USE_CXXSTD= c++14
USE_GNOME= pango
USE_PERL5= build

GNU_CONFIGURE= yes
CONFIGURE_ENV+= ac_cv_prog_MAKEINFO="${LOCALBASE}/bin/makeinfo" \
FLEX=${FLEX} \
HOME=${WRKDIR} \
YACC=${YACC} \
GUILE_FLAVOR=guile-${GUILE_VER}
GNU_CONFIGURE= yes
GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
CONFIGURE_ENV+= ac_cv_prog_MAKEINFO="${LOCALBASE}/bin/makeinfo" \
FLEX=${FLEX} \
GUILE_FLAVOR=guile-${GUILE_VER} \
HOME=${WRKDIR} \
YACC=${YACC}

MAKEFILE= GNUmakefile
ALL_TARGET= all
Expand Down
20 changes: 10 additions & 10 deletions print/lilypond/pkg-plist
Expand Up @@ -8,23 +8,23 @@ bin/lilypond-invoke-editor
bin/lilysong
bin/midi2ly
bin/musicxml2ly
man/man1/abc2ly.1.gz
man/man1/convert-ly.1.gz
man/man1/etf2ly.1.gz
man/man1/lilymidi.1.gz
man/man1/lilypond-book.1.gz
man/man1/lilypond-invoke-editor.1.gz
man/man1/lilypond.1.gz
man/man1/lilysong.1.gz
man/man1/midi2ly.1.gz
man/man1/musicxml2ly.1.gz
share/emacs/site-lisp/lilypond-font-lock.el
share/emacs/site-lisp/lilypond-indent.el
share/emacs/site-lisp/lilypond-init.el
share/emacs/site-lisp/lilypond-mode.el
share/emacs/site-lisp/lilypond-song.el
share/emacs/site-lisp/lilypond-what-beat.el
share/emacs/site-lisp/lilypond-words.el
share/man/man1/abc2ly.1.gz
share/man/man1/convert-ly.1.gz
share/man/man1/etf2ly.1.gz
share/man/man1/lilymidi.1.gz
share/man/man1/lilypond-book.1.gz
share/man/man1/lilypond-invoke-editor.1.gz
share/man/man1/lilypond.1.gz
share/man/man1/lilysong.1.gz
share/man/man1/midi2ly.1.gz
share/man/man1/musicxml2ly.1.gz
%%DATADIR%%/%%DISTVERSION%%/fonts/00-lilypond-fonts.conf
%%DATADIR%%/%%DISTVERSION%%/fonts/99-lilypond-fonts.conf
%%DATADIR%%/%%DISTVERSION%%/fonts/otf/emmentaler-11.otf
Expand Down

0 comments on commit 021c899

Please sign in to comment.