git: da14e8333fe2 - main - lang/seed7: Move man pages to share/man

From: Nuno Teixeira <eduardo_at_FreeBSD.org>
Date: Sat, 09 Mar 2024 20:01:58 UTC
The branch main has been updated by eduardo:

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

commit da14e8333fe2b976687203f2d30a0f17fe488bb4
Author:     Nuno Teixeira <eduardo@FreeBSD.org>
AuthorDate: 2024-03-09 19:49:23 +0000
Commit:     Nuno Teixeira <eduardo@FreeBSD.org>
CommitDate: 2024-03-09 20:01:30 +0000

    lang/seed7: Move man pages to share/man
    
    While here, fix plist
    
    Approved by:    portmgr (blanket)
---
 lang/seed7/Makefile  |  6 +++---
 lang/seed7/pkg-plist | 21 +++++++++++----------
 2 files changed, 14 insertions(+), 13 deletions(-)

diff --git a/lang/seed7/Makefile b/lang/seed7/Makefile
index cd851af57965..45dd1b0d960c 100644
--- a/lang/seed7/Makefile
+++ b/lang/seed7/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	seed7
 DISTVERSION=	05_20230913
-PORTREVISION=	0
+PORTREVISION=	1
 CATEGORIES=	lang
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${DISTNAME}/
 DISTNAME=	${PORTNAME}_${DISTVERSION}
@@ -80,8 +80,8 @@ do-install:
 	${INSTALL} -d ${STAGEDIR}${EXAMPLESDIR}
 	cd ${WRKSRC}/../prg && ${COPYTREE_SHARE} '*.dna *.sd7 *.dat *.s7i' ${STAGEDIR}${EXAMPLESDIR}
 #	insall man pages
-	${INSTALL_DATA} ${WRKSRC}/../doc/s7.1 ${STAGEDIR}${PREFIX}/man/man1
-	${INSTALL_DATA} ${WRKSRC}/../doc/s7c.1 ${STAGEDIR}${PREFIX}/man/man1
+	${INSTALL_DATA} ${WRKSRC}/../doc/s7.1 ${STAGEDIR}${PREFIX}/share/man/man1
+	${INSTALL_DATA} ${WRKSRC}/../doc/s7c.1 ${STAGEDIR}${PREFIX}/share/man/man1
 
 do-test:
 	cd ${WRKSRC} && ${MAKE} -f ${MAKEFILE} test
diff --git a/lang/seed7/pkg-plist b/lang/seed7/pkg-plist
index 023eaf42b3d5..60ac92cc4903 100644
--- a/lang/seed7/pkg-plist
+++ b/lang/seed7/pkg-plist
@@ -1,8 +1,5 @@
 bin/s7
 bin/s7c
-%%DATADIR%%/seed7.vim
-%%DATADIR%%/sd7.vim
-%%DATADIR%%/seed7.nanorc
 lib/seed7/bin/s7_comp.a
 lib/seed7/bin/s7_con.a
 lib/seed7/bin/s7_data.a
@@ -62,8 +59,8 @@ lib/seed7/lib/comp/destr.s7i
 lib/seed7/lib/comp/drw_act.s7i
 lib/seed7/lib/comp/enu_act.s7i
 lib/seed7/lib/comp/error.s7i
-lib/seed7/lib/comp/expr_utl.s7i
 lib/seed7/lib/comp/expr.s7i
+lib/seed7/lib/comp/expr_utl.s7i
 lib/seed7/lib/comp/fil_act.s7i
 lib/seed7/lib/comp/flt_act.s7i
 lib/seed7/lib/comp/gkb_act.s7i
@@ -110,6 +107,7 @@ lib/seed7/lib/editline.s7i
 lib/seed7/lib/elliptic.s7i
 lib/seed7/lib/enable_io.s7i
 lib/seed7/lib/encoding.s7i
+lib/seed7/lib/enumeration.s7i
 lib/seed7/lib/environment.s7i
 lib/seed7/lib/external_file.s7i
 lib/seed7/lib/field.s7i
@@ -127,15 +125,15 @@ lib/seed7/lib/getf.s7i
 lib/seed7/lib/gethttp.s7i
 lib/seed7/lib/gethttps.s7i
 lib/seed7/lib/gif.s7i
-lib/seed7/lib/graph_file.s7i
 lib/seed7/lib/graph.s7i
+lib/seed7/lib/graph_file.s7i
 lib/seed7/lib/gtkserver.s7i
 lib/seed7/lib/gzip.s7i
 lib/seed7/lib/hash.s7i
 lib/seed7/lib/hashsetof.s7i
 lib/seed7/lib/hmac.s7i
-lib/seed7/lib/html_ent.s7i
 lib/seed7/lib/html.s7i
+lib/seed7/lib/html_ent.s7i
 lib/seed7/lib/htmldom.s7i
 lib/seed7/lib/http_response.s7i
 lib/seed7/lib/httpserv.s7i
@@ -170,9 +168,9 @@ lib/seed7/lib/multiscr.s7i
 lib/seed7/lib/null_file.s7i
 lib/seed7/lib/osfiles.s7i
 lib/seed7/lib/pem.s7i
-lib/seed7/lib/pic_util.s7i
 lib/seed7/lib/pic16.s7i
 lib/seed7/lib/pic32.s7i
+lib/seed7/lib/pic_util.s7i
 lib/seed7/lib/pixmap_file.s7i
 lib/seed7/lib/pixmapfont.s7i
 lib/seed7/lib/pkcs1.s7i
@@ -216,8 +214,8 @@ lib/seed7/lib/struct.s7i
 lib/seed7/lib/subfile.s7i
 lib/seed7/lib/subrange.s7i
 lib/seed7/lib/syntax.s7i
-lib/seed7/lib/tar_cmds.s7i
 lib/seed7/lib/tar.s7i
+lib/seed7/lib/tar_cmds.s7i
 lib/seed7/lib/tdes.s7i
 lib/seed7/lib/tee.s7i
 lib/seed7/lib/text.s7i
@@ -242,5 +240,8 @@ lib/seed7/lib/xmldom.s7i
 lib/seed7/lib/xz.s7i
 lib/seed7/lib/zip.s7i
 lib/seed7/lib/zstd.s7i
-man/man1/s7.1.gz
-man/man1/s7c.1.gz
+share/man/man1/s7.1.gz
+share/man/man1/s7c.1.gz
+%%DATADIR%%/sd7.vim
+%%DATADIR%%/seed7.nanorc
+%%DATADIR%%/seed7.vim