git: e57938654254 - main - audio/*: eleminate use of MANPREFIX and move man to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 08 Jan 2024 13:47:41 UTC
The branch main has been updated by bapt: URL: https://cgit.FreeBSD.org/ports/commit/?id=e5793865425406f4e1d30e8108f13da49fe2d436 commit e5793865425406f4e1d30e8108f13da49fe2d436 Author: Baptiste Daroussin <bapt@FreeBSD.org> AuthorDate: 2024-01-08 08:10:50 +0000 Commit: Baptiste Daroussin <bapt@FreeBSD.org> CommitDate: 2024-01-08 13:47:30 +0000 audio/*: eleminate use of MANPREFIX and move man to share/man --- audio/abcselect/Makefile | 5 +++-- audio/asmix/Makefile | 6 +++--- audio/asmixer/Makefile | 6 +++--- audio/autozen/Makefile | 2 +- audio/autozen/pkg-plist | 2 +- audio/pacpl/Makefile | 4 ++-- audio/pacpl/pkg-plist | 2 +- audio/xcd/Makefile | 4 ++-- audio/xcd/pkg-plist | 2 +- 9 files changed, 17 insertions(+), 16 deletions(-) diff --git a/audio/abcselect/Makefile b/audio/abcselect/Makefile index d71920739cc1..523be8e6207c 100644 --- a/audio/abcselect/Makefile +++ b/audio/abcselect/Makefile @@ -1,5 +1,6 @@ PORTNAME= abcselect PORTVERSION= 1.5 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= http://www.lautengesellschaft.de/cdmm/ DISTNAME= ${PORTNAME} @@ -15,10 +16,10 @@ NO_BUILD= yes SHEBANG_FILES= abcselect PLIST_FILES= bin/abcselect \ - man/man1/abcselect.1.gz + share/man/man1/abcselect.1.gz do-install: ${INSTALL_SCRIPT} ${WRKSRC}/abcselect ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/abcselect.1 ${STAGEDIR}${MANPREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/abcselect.1 ${STAGEDIR}${PREFIX}/share/man/man1 .include <bsd.port.mk> diff --git a/audio/asmix/Makefile b/audio/asmix/Makefile index df3f4a582410..fe122e16f238 100644 --- a/audio/asmix/Makefile +++ b/audio/asmix/Makefile @@ -1,6 +1,6 @@ PORTNAME= asmix PORTVERSION= 1.5 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= audio afterstep MASTER_SITES= http://tigr.net/afterstep/download/asmix/ \ http://www.sourcefiles.org/Utilities/Console/A-B/ @@ -18,7 +18,7 @@ CONFIGURE_ARGS= --with-xpm \ --with-xpm-includes=${LOCALBASE}/include \ --with-xpm-library=${LOCALBASE}/lib -PLIST_FILES= bin/asmix man/man1/asmix.1.gz +PLIST_FILES= bin/asmix share/man/man1/asmix.1.gz post-patch: .for i in asmix.c configure autoconf/config.h.in @@ -33,6 +33,6 @@ do-install: (cd ${WRKSRC} && ${INSTALL_PROGRAM} asmix \ ${STAGEDIR}${PREFIX}/bin) (cd ${WRKSRC} && ${INSTALL_MAN} asmix.1 \ - ${STAGEDIR}${MANPREFIX}/man/man1) + ${STAGEDIR}${PREFIX}/share/man/man1) .include <bsd.port.mk> diff --git a/audio/asmixer/Makefile b/audio/asmixer/Makefile index 1670c75d5911..49583c56ddb8 100644 --- a/audio/asmixer/Makefile +++ b/audio/asmixer/Makefile @@ -1,6 +1,6 @@ PORTNAME= asmixer PORTVERSION= 0.5 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= audio afterstep MASTER_SITES= http://tigr.net/afterstep/download/asmixer/ @@ -17,7 +17,7 @@ CONFIGURE_ARGS= --with-xpm \ --with-xpm-includes=${LOCALBASE}/include \ --with-xpm-library=${LOCALBASE}/lib -PLIST_FILES= bin/asmixer man/man1/asmixer.1.gz +PLIST_FILES= bin/asmixer share/man/man1/asmixer.1.gz post-patch: .for i in asmixer.c configure autoconf/config.h.in @@ -30,6 +30,6 @@ post-patch: do-install: ${INSTALL_PROGRAM} ${WRKSRC}/asmixer ${STAGEDIR}${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/asmixer.man \ - ${STAGEDIR}${MANPREFIX}/man/man1/asmixer.1 + ${STAGEDIR}${PREFIX}/share/man/man1/asmixer.1 .include <bsd.port.mk> diff --git a/audio/autozen/Makefile b/audio/autozen/Makefile index 7385a5397a58..1e18ce080cf8 100644 --- a/audio/autozen/Makefile +++ b/audio/autozen/Makefile @@ -46,7 +46,7 @@ post-patch: do-install: ${INSTALL_PROGRAM} ${WRKSRC}/autozen ${WRKSRC}/seq2wav ${STAGEDIR}${PREFIX}/bin ${INSTALL_SCRIPT} ${WRKSRC}/zentime ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/doc/autozen.1 ${STAGEDIR}${MANPREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/doc/autozen.1 ${STAGEDIR}${PREFIX}/share/man/man1 @${MKDIR} ${STAGEDIR}${DATADIR} ${INSTALL_DATA} ${WRKSRC}/*.seq ${STAGEDIR}${DATADIR} diff --git a/audio/autozen/pkg-plist b/audio/autozen/pkg-plist index 2e7dc09073d1..eb736a8d7853 100644 --- a/audio/autozen/pkg-plist +++ b/audio/autozen/pkg-plist @@ -1,7 +1,7 @@ bin/autozen bin/seq2wav bin/zentime -man/man1/autozen.1.gz +share/man/man1/autozen.1.gz %%DATADIR%%/deep-relax.seq %%DATADIR%%/deep_delta_slide.seq %%DATADIR%%/delta_slide.seq diff --git a/audio/pacpl/Makefile b/audio/pacpl/Makefile index 9f658f7a99d1..3f1f38caea94 100644 --- a/audio/pacpl/Makefile +++ b/audio/pacpl/Makefile @@ -1,6 +1,6 @@ PORTNAME= pacpl PORTVERSION= 6.1.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio MASTER_SITES= SF @@ -76,7 +76,7 @@ do-build: do-install: ${INSTALL_SCRIPT} ${WRKSRC}/pacpl ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/pacpl.1 ${STAGEDIR}${MANPREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/pacpl.1 ${STAGEDIR}${PREFIX}/share/man/man1 @${MKDIR} ${STAGEDIR}${ETCDIR} ${INSTALL_DATA} ${WRKSRC}/pacpl.png ${STAGEDIR}${ETCDIR} .for i in codecs.conf pacpl.conf diff --git a/audio/pacpl/pkg-plist b/audio/pacpl/pkg-plist index 5e071f3277e1..4a28e3e5161b 100644 --- a/audio/pacpl/pkg-plist +++ b/audio/pacpl/pkg-plist @@ -5,7 +5,7 @@ bin/pacpl %%ETCDIR%%/pacpl.png libexec/PACPL-Convert %%KDE4%%libexec/PACPL-Konvert -man/man1/pacpl.1.gz +share/man/man1/pacpl.1.gz %%PORTDOCS%%%%DOCSDIR%%/ChangeLog %%PORTDOCS%%%%DOCSDIR%%/README %%PORTDOCS%%%%DOCSDIR%%/README.module diff --git a/audio/xcd/Makefile b/audio/xcd/Makefile index 542559276a33..8cf2b9230bbe 100644 --- a/audio/xcd/Makefile +++ b/audio/xcd/Makefile @@ -1,6 +1,6 @@ PORTNAME= xcd PORTVERSION= 1.7 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= audio tk MASTER_SITES= LOCAL/cy @@ -16,7 +16,7 @@ WITH_CDROM_PLAYER?= cd0 MAKE_ENV+= BINDIR="${PREFIX}/bin" \ CDDIR="${PREFIX}/lib/xcd" \ BITMAPDIR="${PREFIX}/lib/xcd" \ - MANDIR="${MANPREFIX}/man/man1" + MANDIR="${PREFIX}/share/man/man1" pre-extract: @${ECHO_CMD} "" diff --git a/audio/xcd/pkg-plist b/audio/xcd/pkg-plist index 51f555c78c70..c95aaa381041 100644 --- a/audio/xcd/pkg-plist +++ b/audio/xcd/pkg-plist @@ -1,5 +1,5 @@ bin/xcd -man/man1/xcd.1.gz +share/man/man1/xcd.1.gz lib/xcd/cdplayer lib/xcd/eject.xbm lib/xcd/eject_s.xbm