mirror of
https://git.freebsd.org/ports.git
synced 2025-06-16 10:10:31 -04:00
textproc/miller: Moved man to share/man
Approved by: portmgr (blanket)
This commit is contained in:
parent
322d25fc3f
commit
3085ceebaf
1 changed files with 3 additions and 1 deletions
|
@ -1,6 +1,7 @@
|
||||||
PORTNAME= miller
|
PORTNAME= miller
|
||||||
DISTVERSIONPREFIX= v
|
DISTVERSIONPREFIX= v
|
||||||
DISTVERSION= 5.10.2
|
DISTVERSION= 5.10.2
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= textproc
|
CATEGORIES= textproc
|
||||||
|
|
||||||
MAINTAINER= jungleboogie0+mlr@gmail.com
|
MAINTAINER= jungleboogie0+mlr@gmail.com
|
||||||
|
@ -16,8 +17,9 @@ USE_GITHUB= yes
|
||||||
GH_ACCOUNT= johnkerl
|
GH_ACCOUNT= johnkerl
|
||||||
|
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
|
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
|
||||||
TEST_TARGET= check
|
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>
|
.include <bsd.port.mk>
|
||||||
|
|
Loading…
Add table
Reference in a new issue