diff --git a/sysutils/pick/Makefile b/sysutils/pick/Makefile index 876656603e3e..09cfff4d028a 100644 --- a/sysutils/pick/Makefile +++ b/sysutils/pick/Makefile @@ -1,19 +1,20 @@ PORTNAME= pick PORTVERSION= 4.0.0 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= https://github.com/mptre/pick/releases/download/v${PORTVERSION}/ MAINTAINER= ports@FreeBSD.org COMMENT= Tool for choosing one option from a set of choices with an interface WWW= https://github.com/mptre/pick LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= ncurses HAS_CONFIGURE= yes -MAKE_ARGS= INSTALL="${INSTALL_PROGRAM}" +MAKE_ARGS= INSTALL="${INSTALL_PROGRAM}" MANDIR="${PREFIX}/share/man" PLIST_FILES= bin/pick \ - man/man1/pick.1.gz + share/man/man1/pick.1.gz .include