Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 28 Jan 2024 22:15:06 GMT
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: a2eb87bf18ec - main - audio/sox: Moved man to share/man
Message-ID:  <202401282215.40SMF67B051505@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by bofh:

URL: https://cgit.FreeBSD.org/ports/commit/?id=a2eb87bf18eca41d4e7eef92ee205af49f8fb55f

commit a2eb87bf18eca41d4e7eef92ee205af49f8fb55f
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-01-28 20:51:55 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-01-28 22:14:20 +0000

    audio/sox: Moved man to share/man
    
    Approved by:    portmgr (blanket)
---
 audio/sox/Makefile  |  3 ++-
 audio/sox/pkg-plist | 14 +++++++-------
 2 files changed, 9 insertions(+), 8 deletions(-)

diff --git a/audio/sox/Makefile b/audio/sox/Makefile
index 30ab49c78d9d..47b9ac3905e3 100644
--- a/audio/sox/Makefile
+++ b/audio/sox/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	sox
 DISTVERSION=	14.4.2.20210509
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	audio
 MASTER_SITES=	https://dev.gentoo.org/~fordfrog/distfiles/
 DISTNAME=	sox-code-42b3557e13e0fe01a83465b672d89faddbe65f49
@@ -19,6 +19,7 @@ CONFLICTS=	play
 
 USES=		autoreconf cpe libtool localbase:ldflags pkgconfig zip
 GNU_CONFIGURE=	yes
+GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
 USE_LDCONFIG=	yes
 
 WRKSRC=		${WRKDIR}/${DISTNAME}
diff --git a/audio/sox/pkg-plist b/audio/sox/pkg-plist
index e45ad5650069..0279c1ac5c8b 100644
--- a/audio/sox/pkg-plist
+++ b/audio/sox/pkg-plist
@@ -6,11 +6,11 @@ include/sox.h
 lib/libsox.so
 lib/libsox.so.3
 lib/libsox.so.3.0.0
-man/man1/play.1.gz
-man/man1/rec.1.gz
-man/man1/sox.1.gz
-man/man1/soxi.1.gz
-man/man3/libsox.3.gz
-man/man7/soxeffect.7.gz
-man/man7/soxformat.7.gz
+share/man/man1/play.1.gz
+share/man/man1/rec.1.gz
+share/man/man1/sox.1.gz
+share/man/man1/soxi.1.gz
+share/man/man3/libsox.3.gz
+share/man/man7/soxeffect.7.gz
+share/man/man7/soxformat.7.gz
 libdata/pkgconfig/sox.pc



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202401282215.40SMF67B051505>