diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2024-02-24 18:54:51 +0100 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2024-02-24 19:20:55 +0100 |
commit | a027d38ab703a36f84a34bec43b4f69743a70b82 (patch) | |
tree | d75228480111216f62627f8667473883e141b828 /mail | |
parent | 478abf1798d4b99f74e40f332101d6cf73dc03cf (diff) | |
download | freebsd-ports-a027d38ab703a36f84a34bec43b4f69743a70b82.zip |
mail/qsf: Moved man to share/man
Approved by: portmgr (blanket)
Diffstat (limited to 'mail')
-rw-r--r-- | mail/qsf/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
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 |