mirror of
https://git.freebsd.org/ports.git
synced 2025-05-12 23:31:50 -04:00
textproc/jo: Moved man to share/man
This commit is contained in:
parent
ee70e94df0
commit
345d607554
1 changed files with 3 additions and 1 deletions
|
@ -1,5 +1,6 @@
|
||||||
PORTNAME= jo
|
PORTNAME= jo
|
||||||
PORTVERSION= 1.6
|
PORTVERSION= 1.6
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= textproc
|
CATEGORIES= textproc
|
||||||
MASTER_SITES= https://github.com/jpmens/${PORTNAME}/releases/download/${PORTVERSION}/
|
MASTER_SITES= https://github.com/jpmens/${PORTNAME}/releases/download/${PORTVERSION}/
|
||||||
|
|
||||||
|
@ -11,10 +12,11 @@ LICENSE= GPLv2+
|
||||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||||
|
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
|
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
|
||||||
|
|
||||||
PLIST_FILES= bin/jo \
|
PLIST_FILES= bin/jo \
|
||||||
etc/bash_completion.d/jo.bash \
|
etc/bash_completion.d/jo.bash \
|
||||||
man/man1/jo.1.gz \
|
share/man/man1/jo.1.gz \
|
||||||
share/zsh/site-functions/_jo
|
share/zsh/site-functions/_jo
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
Loading…
Add table
Reference in a new issue