aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNuno Teixeira <eduardo@FreeBSD.org>2024-03-09 11:28:18 +0000
committerNuno Teixeira <eduardo@FreeBSD.org>2024-03-09 12:58:23 +0000
commit4d563e48e02944957d1b18856736e0a416e6412b (patch)
tree15c0d0854b21b3c7f7a390a5f3c0f938fae75421
parent7a20b50bf294e9c7dac6296925df24875f0d7e74 (diff)
downloadports-4d563e48e02944957d1b18856736e0a416e6412b.tar.gz
ports-4d563e48e02944957d1b18856736e0a416e6412b.zip
graphics/dmtx-utils: Move man pages to share/man
Approved by: portmgr (blanket)
-rw-r--r--graphics/dmtx-utils/Makefile7
1 files 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>