Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 Jan 2024 19:25:45 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: 1bb5c66c171f - main - print/p910nd: Sanitize MANPREFIX
Message-ID:  <202401211925.40LJPjlE072148@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=1bb5c66c171fdfc9d520c4f83c32074c85d749e5

commit 1bb5c66c171fdfc9d520c4f83c32074c85d749e5
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-01-21 18:46:46 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-01-21 19:25:25 +0000

    print/p910nd: Sanitize MANPREFIX
    
    Approved by:    portmgr (blanket)
---
 print/p910nd/Makefile  | 4 ++--
 print/p910nd/pkg-plist | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/print/p910nd/Makefile b/print/p910nd/Makefile
index 1649d84a9a88..152b01f6585b 100644
--- a/print/p910nd/Makefile
+++ b/print/p910nd/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	p910nd
 PORTVERSION=	0.97
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	print net
 
 MAINTAINER=	skozlov@FreeBSD.org
@@ -28,7 +28,7 @@ CFLAGS+=	-DLOCKFILE_DIR='\"${P910ND_RUNDIR}\"'
 
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/sbin
-	${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.8 ${STAGEDIR}${MANPREFIX}/man/man8
+	${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.8 ${STAGEDIR}${PREFIX}/share/man/man8
 	${MKDIR} ${STAGEDIR}${P910ND_RUNDIR}
 
 .include <bsd.port.mk>
diff --git a/print/p910nd/pkg-plist b/print/p910nd/pkg-plist
index 0cc50ad899b3..754a1c7cb498 100644
--- a/print/p910nd/pkg-plist
+++ b/print/p910nd/pkg-plist
@@ -1,3 +1,3 @@
-man/man8/p910nd.8.gz
+share/man/man8/p910nd.8.gz
 sbin/p910nd
 @dir %%P910ND_RUNDIR%%



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