git: 4d563e48e029 - main - graphics/dmtx-utils: Move man pages to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 09 Mar 2024 12:58:44 UTC
The branch main has been updated by eduardo:
URL: https://cgit.FreeBSD.org/ports/commit/?id=4d563e48e02944957d1b18856736e0a416e6412b
commit 4d563e48e02944957d1b18856736e0a416e6412b
Author: Nuno Teixeira <eduardo@FreeBSD.org>
AuthorDate: 2024-03-09 11:28:18 +0000
Commit: Nuno Teixeira <eduardo@FreeBSD.org>
CommitDate: 2024-03-09 12:58:23 +0000
graphics/dmtx-utils: Move man pages to share/man
Approved by: portmgr (blanket)
---
graphics/dmtx-utils/Makefile | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/graphics/dmtx-utils/Makefile b/graphics/dmtx-utils/Makefile
index 22808caa7b0d..f3751b4a1ecb 100644
--- a/graphics/dmtx-utils/Makefile
+++ b/graphics/dmtx-utils/Makefile
@@ -1,7 +1,7 @@
PORTNAME= dmtx-utils
DISTVERSIONPREFIX= v
DISTVERSION= 0.7.6
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= graphics
MAINTAINER= hrs@FreeBSD.org
@@ -18,8 +18,9 @@ USE_GITHUB= yes
GH_ACCOUNT= dmtx
GNU_CONFIGURE= yes
+GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
PLIST_FILES= bin/dmtxread bin/dmtxwrite bin/dmtxquery \
- man/man1/dmtxread.1.gz man/man1/dmtxwrite.1.gz \
- man/man1/dmtxquery.1.gz
+ share/man/man1/dmtxread.1.gz share/man/man1/dmtxwrite.1.gz \
+ share/man/man1/dmtxquery.1.gz
.include <bsd.port.mk>