git: fe6ef385c4f2 - main - x11-fonts/bdftopcf: Impelled to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 23 Jan 2024 16:00:16 UTC
The branch main has been updated by bofh:
URL: https://cgit.FreeBSD.org/ports/commit/?id=fe6ef385c4f2322e0dfd0570777b90a16ff546b6
commit fe6ef385c4f2322e0dfd0570777b90a16ff546b6
Author: Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-01-23 15:41:03 +0000
Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-01-23 15:59:56 +0000
x11-fonts/bdftopcf: Impelled to share/man
Approved by: portmgr (blanket)
---
x11-fonts/bdftopcf/Makefile | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/x11-fonts/bdftopcf/Makefile b/x11-fonts/bdftopcf/Makefile
index e6cff0c388e2..8a2bcd958b59 100644
--- a/x11-fonts/bdftopcf/Makefile
+++ b/x11-fonts/bdftopcf/Makefile
@@ -1,6 +1,6 @@
PORTNAME= bdftopcf
PORTVERSION= 1.1
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= x11-fonts
MAINTAINER= x11@FreeBSD.org
@@ -14,6 +14,8 @@ USES= localbase xorg xorg-cat:app
USE_XORG= xorgproto
-PLIST_FILES= bin/bdftopcf man/man1/bdftopcf.1.gz
+GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
+
+PLIST_FILES= bin/bdftopcf share/man/man1/bdftopcf.1.gz
.include <bsd.port.mk>