git: a4b33d09eb6a - main - net/netselect: Moved man to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 30 Jan 2024 21:40:36 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=a4b33d09eb6ac0c6b375dbb6d4222e119302ab96 commit a4b33d09eb6ac0c6b375dbb6d4222e119302ab96 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-01-30 21:17:11 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-01-30 21:39:23 +0000 net/netselect: Moved man to share/man --- net/netselect/Makefile | 3 ++- net/netselect/pkg-plist | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/net/netselect/Makefile b/net/netselect/Makefile index 820ede8b9957..4cc1c695f2fe 100644 --- a/net/netselect/Makefile +++ b/net/netselect/Makefile @@ -1,5 +1,6 @@ PORTNAME= netselect PORTVERSION= 0.4 +PORTREVISION= 1 DISTVERSIONPREFIX=${PORTNAME}- CATEGORIES= net @@ -24,7 +25,7 @@ do-build: do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${PREFIX}/man/man1/${PORTNAME}.1 + ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${PREFIX}/share/man/man1/${PORTNAME}.1 do-install-DOCS-on: ${MKDIR} ${STAGEDIR}${DOCSDIR} diff --git a/net/netselect/pkg-plist b/net/netselect/pkg-plist index a9fafde7ce2e..f61de04d0576 100644 --- a/net/netselect/pkg-plist +++ b/net/netselect/pkg-plist @@ -1,4 +1,4 @@ %%SUID%%@(root,wheel,4110) bin/netselect %%NO_SUID%%@(root,wheel,100) bin/netselect %%PORTDOCS%%%%DOCSDIR%%/README -man/man1/netselect.1.gz +share/man/man1/netselect.1.gz