diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2024-02-26 10:47:11 +0100 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2024-02-26 13:35:14 +0100 |
commit | 3085ceebaf96d74efede79f9691a40fcddd8ffd6 (patch) | |
tree | 819d1c76e4440514afb12256dd82053071d1641c /textproc | |
parent | 322d25fc3f530fdb252cbe8f8b98030565f0813f (diff) | |
download | freebsd-ports-3085ceebaf96d74efede79f9691a40fcddd8ffd6.zip |
textproc/miller: Moved man to share/man
Approved by: portmgr (blanket)
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/miller/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/textproc/miller/Makefile b/textproc/miller/Makefile index 68b7d0cbeda8..7dea1c4bc744 100644 --- a/textproc/miller/Makefile +++ b/textproc/miller/Makefile @@ -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> |