git: a027d38ab703 - main - mail/qsf: Moved man to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 24 Feb 2024 18:21:16 UTC
The branch main has been updated by bofh:
URL: https://cgit.FreeBSD.org/ports/commit/?id=a027d38ab703a36f84a34bec43b4f69743a70b82
commit a027d38ab703a36f84a34bec43b4f69743a70b82
Author: Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-02-24 17:54:51 +0000
Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-02-24 18:20:55 +0000
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 5b0478520364..f0699201226d 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