git: a4dd044a9a26 - main - japanese/ddskk: update WWW, PORTDOCS and set maintainership
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 19 Jun 2024 06:45:08 UTC
The branch main has been updated by fernape: URL: https://cgit.FreeBSD.org/ports/commit/?id=a4dd044a9a2616d8b436dea3e145596407fa9552 commit a4dd044a9a2616d8b436dea3e145596407fa9552 Author: mew14930xvi <mew14930xvi@inbox.lv> AuthorDate: 2024-06-17 17:21:13 +0000 Commit: Fernando Apesteguía <fernape@FreeBSD.org> CommitDate: 2024-06-19 06:44:53 +0000 japanese/ddskk: update WWW, PORTDOCS and set maintainership Reporter becomes maintainer. Already maintainer of several ports. PR: 279658 Reported by: mew14930xvi@inbox.lv --- japanese/ddskk/Makefile | 21 ++++++++++----------- 1 file changed, 10 insertions(+), 11 deletions(-) diff --git a/japanese/ddskk/Makefile b/japanese/ddskk/Makefile index 7bc1fc85cbae..68950899ca56 100644 --- a/japanese/ddskk/Makefile +++ b/japanese/ddskk/Makefile @@ -1,12 +1,12 @@ PORTNAME= ddskk DISTVERSION= 17.1.20230702 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= japanese elisp PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= mew14930xvi@inbox.lv COMMENT= Simple Kana to Kanji conversion program on Emacsen -WWW= http://openlab.ring.gr.jp/skk/ +WWW= http://openlab.ring.gr.jp/skk/ddskk.html LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/LICENSE @@ -24,8 +24,9 @@ ALL_TARGET= elc info NO_ARCH= yes INFO= skk -PORTDOCS= * -PORTEXAMPLES= * +PORTDOCS= AUTHORS.ja CODENAME.ja Contributors Development.ja.org \ + FAQ.ja NEWS.ja README.ccc.org history.md +PORTEXAMPLES= dot.emacs dot.skk SKK_LISPDIR= ${EMACS_VERSION_SITE_LISPDIR}/skk @@ -38,14 +39,12 @@ post-patch: post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} -.for i in AUTHORS.ja CODENAME.ja Contributors Development.ja.org FAQ.ja NEWS.ja history.md - ${INSTALL_DATA} ${WRKSRC}/READMEs/${i} ${STAGEDIR}${DOCSDIR} -.endfor + cd ${WRKSRC}/READMEs/ && ${INSTALL_DATA} ${PORTDOCS} \ + ${STAGEDIR}${DOCSDIR} post-install-EXAMPLES-on: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} -.for i in dot.emacs dot.skk - ${INSTALL_DATA} ${WRKSRC}/etc/${i} ${STAGEDIR}${EXAMPLESDIR} -.endfor + cd ${WRKSRC}/etc/ && ${INSTALL_DATA} ${PORTEXAMPLES} \ + ${STAGEDIR}${EXAMPLESDIR} .include <bsd.port.mk>