diff --git a/sysutils/smenu/Makefile b/sysutils/smenu/Makefile index a95cd0880153..439c2d6c77cc 100644 --- a/sysutils/smenu/Makefile +++ b/sysutils/smenu/Makefile @@ -1,23 +1,25 @@ PORTNAME= smenu DISTVERSIONPREFIX= v DISTVERSION= 1.3.0 +PORTREVISION= 1 CATEGORIES= sysutils MAINTAINER= dbaio@FreeBSD.org COMMENT= Terminal utility to interactively filter text WWW= https://github.com/p-gen/smenu LICENSE= MPL20 LICENSE_FILE= ${WRKSRC}/LICENSE USES= localbase ncurses USE_GITHUB= yes GH_ACCOUNT= p-gen GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share PLIST_FILES= bin/smenu \ - man/man1/smenu.1.gz + share/man/man1/smenu.1.gz .include