git: 99d9d85e3591 - main - sysutils/lookat: Moved man to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 26 Feb 2024 06:02:08 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=99d9d85e3591198f9968a9c7c886e2f60f456bc9 commit 99d9d85e3591198f9968a9c7c886e2f60f456bc9 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-02-26 05:49:49 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-02-26 06:01:45 +0000 sysutils/lookat: Moved man to share/man Approved by: portmgr (blanket) --- sysutils/lookat/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/sysutils/lookat/Makefile b/sysutils/lookat/Makefile index c322e16eacb1..031714b88914 100644 --- a/sysutils/lookat/Makefile +++ b/sysutils/lookat/Makefile @@ -1,5 +1,6 @@ PORTNAME= lookat PORTVERSION= 1.4.4 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= http://www.wagemakers.be/downloads/lookat/ DISTNAME= ${PORTNAME}_bekijk-${PORTVERSION} @@ -13,7 +14,7 @@ USES= gmake ncurses PLIST_FILES= bin/lookat \ "@sample etc/lookat.conf.sample" \ - man/man1/lookat.1.gz + share/man/man1/lookat.1.gz PORTDOCS= README PORTEXAMPLES= blue_config.cfg @@ -25,7 +26,7 @@ post-patch: do-install: ${INSTALL_PROGRAM} ${WRKSRC}/lookat ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/lookat.1 ${STAGEDIR}${PREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/lookat.1 ${STAGEDIR}${PREFIX}/share/man/man1 ${INSTALL_DATA} ${WRKSRC}/lookat.conf.default \ ${STAGEDIR}${PREFIX}/etc/lookat.conf.sample