git: c1382a23c332 - main - lang/slisp: Moved man to share/man

From: Muhammad Moinur Rahman <bofh_at_FreeBSD.org>
Date: Sat, 24 Feb 2024 17:03:09 UTC
The branch main has been updated by bofh:

URL: https://cgit.FreeBSD.org/ports/commit/?id=c1382a23c3323f28bc40386d232d45bd64397e70

commit c1382a23c3323f28bc40386d232d45bd64397e70
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-02-24 16:24:04 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-02-24 16:24:04 +0000

    lang/slisp: Moved man to share/man
    
    Approved by:    portmgr (blanket)
---
 lang/slisp/Makefile | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/lang/slisp/Makefile b/lang/slisp/Makefile
index ef2ef8183f29..cbfe89b8ea39 100644
--- a/lang/slisp/Makefile
+++ b/lang/slisp/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	slisp
 PORTVERSION=	1.2
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	lang lisp
 MASTER_SITES=	http://www.sigala.it/sandro/files/
 
@@ -11,9 +11,10 @@ WWW=		http://www.sigala.it/sandro/software.php #slisp
 LICENSE=	BSD2CLAUSE
 
 GNU_CONFIGURE=	yes
+GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
 
 INFO=		slisp
 PLIST_FILES=	bin/slisp \
-		man/man1/slisp.1.gz
+		share/man/man1/slisp.1.gz
 
 .include <bsd.port.mk>