textproc/miller: Moved man to share/man

Approved by:    portmgr (blanket)
This commit is contained in:
Muhammad Moinur Rahman 2024-02-26 10:47:11 +01:00
parent 322d25fc3f
commit 3085ceebaf
No known key found for this signature in database
GPG Key ID: BDB9B5A617C0BC91
1 changed files with 3 additions and 1 deletions

View File

@ -1,6 +1,7 @@
PORTNAME= miller
DISTVERSIONPREFIX= v
DISTVERSION= 5.10.2
PORTREVISION= 1
CATEGORIES= textproc
MAINTAINER= jungleboogie0+mlr@gmail.com
@ -16,8 +17,9 @@ USE_GITHUB= yes
GH_ACCOUNT= johnkerl
GNU_CONFIGURE= yes
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
TEST_TARGET= check
PLIST_FILES= bin/mlr man/man1/mlr.1.gz
PLIST_FILES= bin/mlr share/man/man1/mlr.1.gz
.include <bsd.port.mk>