Skip to content

Commit

Permalink
graphics/dmtx-utils: Move man pages to share/man
Browse files Browse the repository at this point in the history
Approved by:	portmgr (blanket)
  • Loading branch information
nunotexbsd committed Mar 9, 2024
1 parent 7a20b50 commit 4d563e4
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions 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
Expand All @@ -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>

0 comments on commit 4d563e4

Please sign in to comment.