From a027d38ab703a36f84a34bec43b4f69743a70b82 Mon Sep 17 00:00:00 2001 From: Muhammad Moinur Rahman Date: Sat, 24 Feb 2024 18:54:51 +0100 Subject: [PATCH] mail/qsf: Moved man to share/man Approved by: portmgr (blanket) --- mail/qsf/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/mail/qsf/Makefile b/mail/qsf/Makefile index 5b04785203647..f0699201226d7 100644 --- a/mail/qsf/Makefile +++ b/mail/qsf/Makefile @@ -1,5 +1,6 @@ PORTNAME= qsf PORTVERSION= 1.2.15 +PORTREVISION= 1 CATEGORIES= mail MASTER_SITES= SF @@ -9,9 +10,10 @@ WWW= https://www.ivarch.com/programs/qsf/ USES= localbase tar:bzip2 GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share PLIST_FILES= bin/qsf \ - man/man1/qsf.1.gz + share/man/man1/qsf.1.gz OPTIONS_DEFINE= GDBM MYSQL SQLITE2 SQLITE2_DESC= SQLite2 support