diff --git a/x11-fonts/showfont/Makefile b/x11-fonts/showfont/Makefile index e536672defcd..03d845d0cdbe 100644 --- a/x11-fonts/showfont/Makefile +++ b/x11-fonts/showfont/Makefile @@ -1,14 +1,17 @@ PORTNAME= showfont PORTVERSION= 1.0.5 +PORTREVISION= 1 CATEGORIES= x11-fonts MAINTAINER= x11@FreeBSD.org COMMENT= Font dumper for the X font server WWW= https://www.x.org/ USES= xorg xorg-cat:app USE_XORG= libfs xorgproto -PLIST_FILES= bin/showfont man/man1/showfont.1.gz +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share + +PLIST_FILES= bin/showfont share/man/man1/showfont.1.gz .include