diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2024-02-24 10:15:27 +0100 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2024-02-24 10:48:07 +0100 |
commit | 3db9d431cabe6b70fabcf8512707475be629cb60 (patch) | |
tree | c7ea7b35a790e2a7a48d99aaf08aa66fe700466c | |
parent | dd471fa7d91b7f03bb475e771bdb2dbba53c0256 (diff) | |
download | freebsd-ports-3db9d431cabe6b70fabcf8512707475be629cb60.zip |
graphics/imc: Moved man to share/man
Approved by: portmgr (blanket)
-rw-r--r-- | graphics/imc/Makefile | 5 |
1 files 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 |