aboutsummaryrefslogtreecommitdiff
path: root/x11-fonts
diff options
context:
space:
mode:
authorHelge Oldach <freebsd@oldach.net>2024-01-28 16:45:48 +0000
committerGleb Popov <arrowd@FreeBSD.org>2024-01-28 17:04:11 +0000
commit20fa6b8f412262d3a3ef15a8a548926f94b91810 (patch)
treea4684d1a189c2c7d020ef482a44d25c7054c8862 /x11-fonts
parent744a0bde1545a84fa804d492c9bae6ebae563b46 (diff)
downloadports-20fa6b8f412262d3a3ef15a8a548926f94b91810.tar.gz
ports-20fa6b8f412262d3a3ef15a8a548926f94b91810.zip
*: Move manpages to share/man
Approved by: portmgr (blanket)
Diffstat (limited to 'x11-fonts')
-rw-r--r--x11-fonts/fonttosfnt/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/x11-fonts/fonttosfnt/Makefile b/x11-fonts/fonttosfnt/Makefile
index 83c06c02f68f..3d83977a7163 100644
--- a/x11-fonts/fonttosfnt/Makefile
+++ b/x11-fonts/fonttosfnt/Makefile
@@ -1,5 +1,6 @@
PORTNAME= fonttosfnt
PORTVERSION= 1.2.2
+PORTREVISION= 1
CATEGORIES= x11-fonts
MAINTAINER= x11@FreeBSD.org
@@ -14,6 +15,8 @@ LIB_DEPENDS= libfreetype.so:print/freetype2
USES= xorg xorg-cat:app
USE_XORG= xorgproto fontenc
-PLIST_FILES= bin/fonttosfnt man/man1/fonttosfnt.1.gz
+GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
+
+PLIST_FILES= bin/fonttosfnt share/man/man1/fonttosfnt.1.gz
.include <bsd.port.mk>