git: 3db9d431cabe - main - graphics/imc: Moved man to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 24 Feb 2024 09:48:48 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=3db9d431cabe6b70fabcf8512707475be629cb60 commit 3db9d431cabe6b70fabcf8512707475be629cb60 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-02-24 09:15:27 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-02-24 09:48:07 +0000 graphics/imc: Moved man to share/man Approved by: portmgr (blanket) --- graphics/imc/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/graphics/imc/Makefile b/graphics/imc/Makefile index 21292a5abe96..ea79621b654f 100644 --- a/graphics/imc/Makefile +++ b/graphics/imc/Makefile @@ -1,6 +1,6 @@ PORTNAME= imc PORTVERSION= 4.3 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= graphics MASTER_SITES= http://www.peterverthez.net/projects/imc/ @@ -17,12 +17,13 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} USES= gmake perl5 GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share NO_ARCH= yes PORTDOCS= * PORTEXAMPLES= * PLIST_FILES= bin/${PORTNAME} \ - man/man1/${PORTNAME}.1.gz + share/man/man1/${PORTNAME}.1.gz OPTIONS_DEFINE= DOCS EXAMPLES