Date: Sun, 21 Jan 2024 17:53:57 GMT From: Muhammad Moinur Rahman <bofh@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: f84c7924935c - main - net/iodine: Sanitize MANPREFIX Message-ID: <202401211753.40LHrvni017526@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=f84c7924935c653a1b112df97ffc76fe4615156e commit f84c7924935c653a1b112df97ffc76fe4615156e Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-01-21 17:51:48 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-01-21 17:53:30 +0000 net/iodine: Sanitize MANPREFIX Approved by: portmgr (blanket) --- net/iodine/Makefile | 8 +++++--- net/iodine/pkg-plist | 2 +- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/net/iodine/Makefile b/net/iodine/Makefile index 6ee4b601d621..683f8d6233b8 100644 --- a/net/iodine/Makefile +++ b/net/iodine/Makefile @@ -1,5 +1,6 @@ PORTNAME= iodine -PORTVERSION= 0.8.0 +DISTVERSION= 0.8.0 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= https://code.kryo.se/iodine/ @@ -22,8 +23,9 @@ OPTIONS_DEFINE= DOCS do-install: ${INSTALL_PROGRAM} ${WRKSRC}/bin/iodine ${STAGEDIR}${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKSRC}/bin/iodined ${STAGEDIR}${PREFIX}/sbin - ${INSTALL_MAN} ${WRKSRC}/man/iodine.8 ${STAGEDIR}${MANPREFIX}/man/man8 - ${GZIP_CMD} ${STAGEDIR}${MANPREFIX}/man/man8/iodine.8 + ${INSTALL_MAN} ${WRKSRC}/man/iodine.8 ${STAGEDIR}${PREFIX}/share/man/man8 + +do-install-DOCS-on: ${MKDIR} ${STAGEDIR}${DOCSDIR} .for f in README.md CHANGELOG ${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR} diff --git a/net/iodine/pkg-plist b/net/iodine/pkg-plist index 1412c07f6b87..3b6b8dfedf40 100644 --- a/net/iodine/pkg-plist +++ b/net/iodine/pkg-plist @@ -1,5 +1,5 @@ bin/iodine sbin/iodined -man/man8/iodine.8.gz +share/man/man8/iodine.8.gz %%PORTDOCS%%%%DOCSDIR%%/CHANGELOG %%PORTDOCS%%%%DOCSDIR%%/README.md
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202401211753.40LHrvni017526>