Date: Sat, 2 Mar 2024 18:50:06 GMT From: Nuno Teixeira <eduardo@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 10b8d299f55c - main - biology/biosig: Move man pages to share/man Message-ID: <202403021850.422Io6CJ041776@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by eduardo: URL: https://cgit.FreeBSD.org/ports/commit/?id=10b8d299f55cf77c3e3c1df176bc7589ce030eb7 commit 10b8d299f55cf77c3e3c1df176bc7589ce030eb7 Author: Nuno Teixeira <eduardo@FreeBSD.org> AuthorDate: 2024-03-02 18:49:11 +0000 Commit: Nuno Teixeira <eduardo@FreeBSD.org> CommitDate: 2024-03-02 18:49:11 +0000 biology/biosig: Move man pages to share/man Approved by: portmgr (blanket) --- biology/biosig/Makefile | 3 ++- biology/biosig/pkg-plist | 22 +++++++++++----------- 2 files changed, 13 insertions(+), 12 deletions(-) diff --git a/biology/biosig/Makefile b/biology/biosig/Makefile index 9f61dab5d45e..64711e1cd8d7 100644 --- a/biology/biosig/Makefile +++ b/biology/biosig/Makefile @@ -1,6 +1,6 @@ PORTNAME= biosig DISTVERSION= 2.5.2 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= biology MASTER_SITES= SF/${PORTNAME}/BioSig%20for%20C_C%2B%2B/src/ DISTNAME= ${PORTNAME}-${PORTVERSION}.src @@ -23,6 +23,7 @@ USE_LDCONFIG= yes WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVERSION} GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share CFLAGS+= -D__BYTE_ORDER=BYTE_ORDER -D__LITTLE_ENDIAN=LITTLE_ENDIAN -D__BIG_ENDIAN=BIG_ENDIAN \ -Dbswap_16=bswap16 -Dbswap_32=bswap32 -Dbswap_64=bswap64 diff --git a/biology/biosig/pkg-plist b/biology/biosig/pkg-plist index a10f4370ee11..4a9f0cfa1f21 100644 --- a/biology/biosig/pkg-plist +++ b/biology/biosig/pkg-plist @@ -17,17 +17,17 @@ lib/libbiosig.so lib/libbiosig.so.3 lib/libphysicalunits.a libdata/pkgconfig/libbiosig.pc -man/man1/bin2rec.1.gz -man/man1/biosig2gdf.1.gz -man/man1/biosig_fhir.1.gz -man/man1/heka2itx.1.gz -man/man1/mexSLOAD.1.gz -man/man1/physicalunits.1.gz -man/man1/rec2bin.1.gz -man/man1/save2aecg.1.gz -man/man1/save2gdf.1.gz -man/man1/save2scp.1.gz -man/man1/sigviewer.1.gz +share/man/man1/bin2rec.1.gz +share/man/man1/biosig2gdf.1.gz +share/man/man1/biosig_fhir.1.gz +share/man/man1/heka2itx.1.gz +share/man/man1/mexSLOAD.1.gz +share/man/man1/physicalunits.1.gz +share/man/man1/rec2bin.1.gz +share/man/man1/save2aecg.1.gz +share/man/man1/save2gdf.1.gz +share/man/man1/save2scp.1.gz +share/man/man1/sigviewer.1.gz %%DATADIR%%/matlab/Contents.m %%DATADIR%%/matlab/INDEX %%DATADIR%%/matlab/INSTALL
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202403021850.422Io6CJ041776>