Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 25 Feb 2024 08:19:28 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: 0040b75f3500 - main - net/iipsrv: Moved man to share/man
Message-ID:  <202402250819.41P8JSME028124@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=0040b75f35004e3238f0dfb78d8ea91d9ea7a825

commit 0040b75f35004e3238f0dfb78d8ea91d9ea7a825
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-02-25 08:07:33 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-02-25 08:19:00 +0000

    net/iipsrv: Moved man to share/man
    
    Approved by:    portmgr (blanket)
---
 net/iipsrv/Makefile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/net/iipsrv/Makefile b/net/iipsrv/Makefile
index 74b29218346c..a166ccaab39c 100644
--- a/net/iipsrv/Makefile
+++ b/net/iipsrv/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	iipsrv
 DISTVERSION=	1.2
+PORTREVISION=	1
 DISTVERSIONPREFIX=	${PORTNAME}-
 CATEGORIES=	net
 
@@ -18,9 +19,10 @@ GH_ACCOUNT=	ruven
 USE_RC_SUBR=	${PORTNAME}
 
 GNU_CONFIGURE=	yes
+GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
 
 PLIST_FILES=	bin/iipsrv.fcgi \
-		man/man8/iipsrv.8.gz
+		share/man/man8/iipsrv.8.gz
 
 OPTIONS_DEFINE=	JPEG2000 PNG WEBP
 



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