git: 0040b75f3500 - main - net/iipsrv: Moved man to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 25 Feb 2024 08:19:28 UTC
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