git: 1d0f35bfedfe - main - graphics/largetifftools: Move manpages to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 21 Jan 2024 17:43:57 UTC
The branch main has been updated by ehaupt:
URL: https://cgit.FreeBSD.org/ports/commit/?id=1d0f35bfedfed8b1ad63b37454964318be14ff54
commit 1d0f35bfedfed8b1ad63b37454964318be14ff54
Author: Emanuel Haupt <ehaupt@FreeBSD.org>
AuthorDate: 2024-01-21 17:36:19 +0000
Commit: Emanuel Haupt <ehaupt@FreeBSD.org>
CommitDate: 2024-01-21 17:43:28 +0000
graphics/largetifftools: Move manpages to share/man
---
graphics/largetifftools/Makefile | 5 ++++-
graphics/largetifftools/pkg-plist | 6 +++---
2 files changed, 7 insertions(+), 4 deletions(-)
diff --git a/graphics/largetifftools/Makefile b/graphics/largetifftools/Makefile
index be5230c386e3..d4d4ccfed299 100644
--- a/graphics/largetifftools/Makefile
+++ b/graphics/largetifftools/Makefile
@@ -1,6 +1,6 @@
PORTNAME= largetifftools
PORTVERSION= 1.4.1
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= graphics
MASTER_SITES= https://www.imnc.in2p3.fr/pagesperso/deroulers/software/largetifftools/download/${PORTNAME}-${PORTVERSION}/
@@ -18,4 +18,7 @@ LIB_DEPENDS= libpng.so:graphics/png \
USES= autoreconf jpeg localbase:ldconfig tar:bzip2
GNU_CONFIGURE= yes
+# remove after manprefix migration
+GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
+
.include <bsd.port.mk>
diff --git a/graphics/largetifftools/pkg-plist b/graphics/largetifftools/pkg-plist
index f00af61d4fd4..4837dfdc9d94 100644
--- a/graphics/largetifftools/pkg-plist
+++ b/graphics/largetifftools/pkg-plist
@@ -1,6 +1,6 @@
bin/tifffastcrop
bin/tiffmakemosaic
bin/tiffsplittiles
-man/man1/tifffastcrop.1.gz
-man/man1/tiffmakemosaic.1.gz
-man/man1/tiffsplittiles.1.gz
+share/man/man1/tifffastcrop.1.gz
+share/man/man1/tiffmakemosaic.1.gz
+share/man/man1/tiffsplittiles.1.gz