git: b7a955a0eb5d - main - science/sigrok-cli: Moved man to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 22 Feb 2024 13:24:04 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=b7a955a0eb5ded1b5ed08d0350a5abc9b3b5f448 commit b7a955a0eb5ded1b5ed08d0350a5abc9b3b5f448 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-02-22 12:36:24 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-02-22 13:23:39 +0000 science/sigrok-cli: Moved man to share/man Approved by: portmgr (blanket) --- science/sigrok-cli/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/science/sigrok-cli/Makefile b/science/sigrok-cli/Makefile index 6ab4ce3f2de0..aad6b59568ef 100644 --- a/science/sigrok-cli/Makefile +++ b/science/sigrok-cli/Makefile @@ -1,6 +1,6 @@ PORTNAME= sigrok-cli PORTVERSION= 0.7.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= science cad MASTER_SITES= http://sigrok.org/download/source/sigrok-cli/ @@ -18,11 +18,12 @@ USES= desktop-file-utils gettext-runtime gmake gnome libtool pathfix \ pkgconfig GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share MAKE_JOBS_UNSAFE= yes PLIST_FILES= bin/sigrok-cli \ - man/man1/sigrok-cli.1.gz \ + share/man/man1/sigrok-cli.1.gz \ share/applications/org.sigrok.sigrok-cli.desktop \ share/icons/hicolor/scalable/apps/sigrok-cli.svg