diff --git a/misc/shc/Makefile b/misc/shc/Makefile index 5368c25d7552..f0d93c2280c4 100644 --- a/misc/shc/Makefile +++ b/misc/shc/Makefile @@ -1,21 +1,23 @@ PORTNAME= shc PORTVERSION= 4.0.3 +PORTREVISION= 1 CATEGORIES= misc MAINTAINER= ehaupt@FreeBSD.org COMMENT= Generic script compiler WWW= https://github.com/neurobin/shc/ LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING USES= tar:tgz GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share USE_GITHUB= yes GH_ACCOUNT= neurobin -PLIST_FILES= bin/shc man/man1/shc.1.gz +PLIST_FILES= bin/shc share/man/man1/shc.1.gz .include