Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 Jan 2024 20:24:30 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: c2d5caeba9d0 - main - net/iaxmodem: Sanitize MANPREFIX
Message-ID:  <202401212024.40LKOUqg074318@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=c2d5caeba9d0d0367a2cae616ef974fe6115b908

commit c2d5caeba9d0d0367a2cae616ef974fe6115b908
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-01-21 19:58:24 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-01-21 20:24:08 +0000

    net/iaxmodem: Sanitize MANPREFIX
    
    Approved by:    portmgr (blanket)
---
 net/iaxmodem/Makefile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/net/iaxmodem/Makefile b/net/iaxmodem/Makefile
index a2a9aad25264..0a5f2e1e7818 100644
--- a/net/iaxmodem/Makefile
+++ b/net/iaxmodem/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	iaxmodem
 PORTVERSION=	1.2.0
-PORTREVISION=	10
+PORTREVISION=	11
 CATEGORIES=	net comms
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
 
@@ -19,7 +19,7 @@ SUB_FILES=	pkg-message
 CFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
 
-PLIST_FILES=	sbin/${PORTNAME} man/man1/${PORTNAME}.1.gz
+PLIST_FILES=	sbin/${PORTNAME} share/man/man1/${PORTNAME}.1.gz
 PORTDOCS=	CHANGES FAQ README
 PORTEXAMPLES=	config.ttyIAX iaxmodem-cfg.ttyIAX
 
@@ -40,7 +40,7 @@ post-patch:
 
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/iaxmodem ${STAGEDIR}${PREFIX}/sbin
-	${INSTALL_MAN} ${WRKSRC}/iaxmodem.1 ${STAGEDIR}${MANPREFIX}/man/man1
+	${INSTALL_MAN} ${WRKSRC}/iaxmodem.1 ${STAGEDIR}${PREFIX}/share/man/man1
 	@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
 	${INSTALL_DATA} ${PORTEXAMPLES:S,^,${WRKSRC}/,} ${STAGEDIR}${EXAMPLESDIR}
 	@${MKDIR} ${STAGEDIR}${DOCSDIR}



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