git: b4832213f377 - main - mail/spamprobe: Moved man to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 24 Feb 2024 18:21:21 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=b4832213f377909faa3e87605f92aabe7971ba1e commit b4832213f377909faa3e87605f92aabe7971ba1e Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-02-24 17:57:08 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-02-24 18:20:58 +0000 mail/spamprobe: Moved man to share/man Approved by: portmgr (blanket) --- mail/spamprobe/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/mail/spamprobe/Makefile b/mail/spamprobe/Makefile index 837536cd0d55..69353ba56147 100644 --- a/mail/spamprobe/Makefile +++ b/mail/spamprobe/Makefile @@ -1,6 +1,6 @@ PORTNAME= spamprobe PORTVERSION= 1.4d -PORTREVISION= 20 +PORTREVISION= 21 CATEGORIES= mail MASTER_SITES= SF @@ -12,9 +12,10 @@ USES= localbase:ldflags USE_CXXSTD= c++14 GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share CONFIGURE_ARGS= --enable-default-8bit -PLIST_FILES= bin/spamprobe man/man1/spamprobe.1.gz +PLIST_FILES= bin/spamprobe share/man/man1/spamprobe.1.gz OPTIONS_DEFINE= GIF JPEG PNG OPTIONS_DEFAULT=PBL GIF JPEG PNG