Skip to content

Commit

Permalink
audio/festival: Moved man to share/man
Browse files Browse the repository at this point in the history
Approved by:    portmgr (blanket)
  • Loading branch information
5u623l20 committed Jan 30, 2024
1 parent 8ac1318 commit 637a62c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions audio/festival/Makefile
@@ -1,6 +1,6 @@
PORTNAME= festival
PORTVERSION= 2.4
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= audio accessibility
MASTER_SITES= FESTIVAL
DISTFILES= ${DISTNAME}-release.tar.gz \
Expand Down Expand Up @@ -107,7 +107,7 @@ do-install:
${INSTALL_SCRIPT} ${WRKDIR}/festival.sh ${STAGEDIR}${PREFIX}/bin/festival
${INSTALL_SCRIPT} ${WRKDIR}/festival_client.sh ${STAGEDIR}${PREFIX}/bin/festival_client
${INSTALL_DATA} ${WRKDIR}/sitevars.scm ${STAGEDIR}${DATADIR}/lib/sitevars.scm
${INSTALL_MAN} ${FESTIVAL}/doc/festival.1 ${STAGEDIR}${PREFIX}/man/man1/festival.1
${INSTALL_MAN} ${FESTIVAL}/doc/festival_client.1 ${STAGEDIR}${PREFIX}/man/man1/festival_client.1
${INSTALL_MAN} ${FESTIVAL}/doc/festival.1 ${STAGEDIR}${PREFIX}/share/man/man1/festival.1
${INSTALL_MAN} ${FESTIVAL}/doc/festival_client.1 ${STAGEDIR}${PREFIX}/share/man/man1/festival_client.1

.include <bsd.port.mk>
4 changes: 2 additions & 2 deletions audio/festival/pkg-plist
Expand Up @@ -3,8 +3,8 @@ bin/festival_client
libexec/audsp
libexec/festival.naked
libexec/festival_client.naked
man/man1/festival.1.gz
man/man1/festival_client.1.gz
share/man/man1/festival.1.gz
share/man/man1/festival_client.1.gz
%%DATADIR%%/examples/Makefile
%%DATADIR%%/examples/addr-mode.scm
%%DATADIR%%/examples/apml.dtd
Expand Down

0 comments on commit 637a62c

Please sign in to comment.