diff --git a/sysutils/biosfont/Makefile b/sysutils/biosfont/Makefile index 94ad0ab94518..3336123289f6 100644 --- a/sysutils/biosfont/Makefile +++ b/sysutils/biosfont/Makefile @@ -1,23 +1,24 @@ PORTNAME= biosfont PORTVERSION= 1.3 +PORTREVISION= 1 CATEGORIES= sysutils MAINTAINER= rene@FreeBSD.org COMMENT= Kernel module to retrieve bitmap fonts from BIOS memory WWW= https://github.com/rene0/biosfont LICENSE= BSD2CLAUSE # only platforms guaranteed to be ok, feedback/patches are welcome ONLY_FOR_ARCHS= amd64 i386 USES= uidfix kmod USE_GITHUB= yes GH_ACCOUNT= rene0 WRKSRC_SUBDIR= biosfont post-install: ${INSTALL_DATA} ${WRKSRC}/biosfont.h ${STAGEDIR}${PREFIX}/include - ${INSTALL_MAN} ${WRKSRC}/biosfont.4 ${STAGEDIR}${PREFIX}/man/man4 + ${INSTALL_MAN} ${WRKSRC}/biosfont.4 ${STAGEDIR}${PREFIX}/share/man/man4 .include diff --git a/sysutils/biosfont/pkg-plist b/sysutils/biosfont/pkg-plist index 83715cbb5419..50cda661768f 100644 --- a/sysutils/biosfont/pkg-plist +++ b/sysutils/biosfont/pkg-plist @@ -1,3 +1,3 @@ include/biosfont.h -man/man4/biosfont.4.gz +share/man/man4/biosfont.4.gz /%%KMODDIR%%/biosfont.ko