diff --git a/devel/blame/Makefile b/devel/blame/Makefile index e9bb5cce6c70..bd01f9ccf1d4 100644 --- a/devel/blame/Makefile +++ b/devel/blame/Makefile @@ -1,19 +1,21 @@ PORTNAME= blame DISTVERSION= 1.4-20240206 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= https://invisible-island.net/archives/rcs-blame/ MAINTAINER= fuz@FreeBSD.org COMMENT= Display last modification for each line in an RCS file WWW= https://invisible-island.net/rcs-blame/ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING USES= tar:tgz GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share TEST_TARGET= check PLIST_FILES= bin/blame \ - man/man1/blame.1.gz + share/man/man1/blame.1.gz .include