Skip to content

Commit

Permalink
audio/solfege: 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 c8fc4ad commit bfb923a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions audio/solfege/Makefile
@@ -1,12 +1,13 @@
PORTNAME= solfege
DISTVERSION= 3.23.5pre2
PORTREVISION= 1
CATEGORIES= audio
MASTER_SITES= https://git.savannah.gnu.org/cgit/${PORTNAME}.git/snapshot/
PKGNAMESUFFIX= -nosound

MAINTAINER= m.ne@gmx.net
COMMENT= Free ear training software
WWW= https://www.gnu.org/software/solfege/
WWW= https://www.gnu.org/software/solfege/

LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/COPYING
Expand All @@ -22,10 +23,11 @@ USE_GNOME= pygobject3

SHEBANG_FILES= exercises/standard/lesson-files/bin/csound-play-harmonic-interval.sh

GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-oss-sound \
--enable-docbook-stylesheet=${STYLESHEET}
CONFIGURE_ENV= ac_cv_path_XML2PO=""
GNU_CONFIGURE= yes
GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
CONFIGURE_ARGS= --disable-oss-sound \
--enable-docbook-stylesheet=${STYLESHEET}
CONFIGURE_ENV= ac_cv_path_XML2PO=""

MAKE_ARGS= nopycompile=YES \
skipmanual=yes
Expand All @@ -43,8 +45,6 @@ post-patch:
@${REINPLACE_CMD} -e \
's|type=sequencer-device|type=fake-synth| ; \
s|/usr/bin|${LOCALBASE}/bin|' ${WRKSRC}/default.config
# @${FIND} ${WRKSRC} -name "*.py" | ${XARGS} ${REINPLACE_CMD} -e \
# 's|.*\(#!\).*|\1${PYTHON_CMD}|'

post-install:
@(cd ${STAGEDIR}${PREFIX} && ${PYTHON_CMD} -m compileall \
Expand Down
2 changes: 1 addition & 1 deletion audio/solfege/pkg-plist
@@ -1,6 +1,5 @@
bin/solfege
etc/solfege
man/man1/solfege.1.gz
share/applications/solfege.desktop
share/locale/ca/LC_MESSAGES/solfege.mo
share/locale/cs/LC_MESSAGES/solfege.mo
Expand All @@ -26,6 +25,7 @@ share/locale/sv/LC_MESSAGES/solfege.mo
share/locale/tr/LC_MESSAGES/solfege.mo
share/locale/vi/LC_MESSAGES/solfege.mo
share/locale/zh_CN/LC_MESSAGES/solfege.mo
share/man/man1/solfege.1.gz
share/pixmaps/solfege.svg
%%DATADIR%%/default.config
%%DATADIR%%/exercises/standard/csound-tree.txt
Expand Down

0 comments on commit bfb923a

Please sign in to comment.