Date: Sat, 24 Feb 2024 09:49:02 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: 468fbbee644a - main - graphics/pixd: Moved man to share/man Message-ID: <202402240949.41O9n2k1029777@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=468fbbee644a5132171778f3e7f21b115865688b commit 468fbbee644a5132171778f3e7f21b115865688b Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-02-24 09:45:16 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-02-24 09:48:16 +0000 graphics/pixd: Moved man to share/man Approved by: portmgr (blanket) --- graphics/pixd/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/graphics/pixd/Makefile b/graphics/pixd/Makefile index 0c32e66de2dd..0698cef00d01 100644 --- a/graphics/pixd/Makefile +++ b/graphics/pixd/Makefile @@ -1,7 +1,7 @@ PORTNAME= pixd DISTVERSIONPREFIX=v DISTVERSION= 1.0.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= graphics MAINTAINER= mail@dbalan.in @@ -18,11 +18,11 @@ GH_ACCOUNT= FireyFly ALL_TARGET= pixd PLIST_FILES= bin/pixd \ - man/man1/pixd.1.gz + share/man/man1/pixd.1.gz do-install: ${INSTALL_SCRIPT} ${WRKSRC}/pixd ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/pixd.1 ${STAGEDIR}${PREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/pixd.1 ${STAGEDIR}${PREFIX}/share/man/man1 @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/pixd .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202402240949.41O9n2k1029777>