diff --git a/textproc/jo/Makefile b/textproc/jo/Makefile index ebaa6b0500e4..bc843fc53367 100644 --- a/textproc/jo/Makefile +++ b/textproc/jo/Makefile @@ -1,20 +1,22 @@ PORTNAME= jo PORTVERSION= 1.6 +PORTREVISION= 1 CATEGORIES= textproc MASTER_SITES= https://github.com/jpmens/${PORTNAME}/releases/download/${PORTVERSION}/ MAINTAINER= bofh@FreeBSD.org COMMENT= Small utility to create JSON objects WWW= https://github.com/jpmens/jo LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share PLIST_FILES= bin/jo \ etc/bash_completion.d/jo.bash \ - man/man1/jo.1.gz \ + share/man/man1/jo.1.gz \ share/zsh/site-functions/_jo .include