Skip to content

Commit

Permalink
audio/sox: 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 28, 2024
1 parent d23228f commit a2eb87b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
3 changes: 2 additions & 1 deletion 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
Expand All @@ -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}
Expand Down
14 changes: 7 additions & 7 deletions audio/sox/pkg-plist
Expand Up @@ -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

0 comments on commit a2eb87b

Please sign in to comment.